Included:
- Example package.json including dev dependencies (typescript, nodemon, ts-node, eslint, node types, etc.)
- Example tsconfig.json configuration for typescript
- To build run
npm run build
. This will createdist/
directory with compiledindex.js
file. - To run the build run
npm run start:build
- To run the app with compilation run
npm run start
- To run the app and recompile/restart with changes run
npm run start:watch