Boilerplate template for node and typescript api's.
Installation
- npm install (install packages & typings)
Run
- npm test (run mocha tests)
- npm run lint (run eslint)
- npm run lint:fix (run autofix eslint errors)
- npm start (start the application)
- npm run dev (start the application in development environment)