YATSTN aka Yet Another TypeScript Starter Template for Node. Extremely barebones.
Runs the app in development using ts-node-dev (watches for changes, builds incrementally).
Builds the app to /build, cleaning the folder first.
Runs the app in production by first building the project with yarn build, and then executing the compiled JavaScript at /build/index.js.