- nodemon to dev live-reload system, helping you to code.
- tslint with some good configurations to assist you to produce a clean code.
- express as main http server library.
- injection-js A dependency injection container, based on Angular DI.
- jest As the main test runner.
npm run testTo run all unit tests and integration tests;npm run startTo run this project in prod mode;npm run serveTo run this project in live reload;npm run lintTo check for lint pattern errors;npm run docsTo generate the documentation of this project using tsdoc;