- Recommendations:
- Turn on TSLint and point to configuration
./tsconfig.json
for consistent code style - Use
yarn
as package manager - Use node
v10.15.0
and up
- Turn on TSLint and point to configuration
- Install globally TypeScript and nodemon (
yarn global add typescript nodemon
) - Install deps using
yarn
- Run
yarn watch
- Install deps using
yarn
(if not installed before) - Run
yarn test
- Install deps using
yarn
(if not installed before) - Build app using
yarn build
- Copy
./build
to production instance and runnode build/Index.js