TypeScript-Babel-Starter Requirements Node.js Setup npm i Static Type Check npm run type-check Build JavaScript code npm run build:js Built code will be put in dist folder. Start App (AOT compilation) Build JavaScript code, then run: node dist Start App (on-the-fly compilation) npm start