TS + NODE Starter What we have here? 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. Development npm run test To run all unit tests and integration tests; npm run start To run this project in prod mode; npm run serve To run this project in live reload; npm run lint To check for lint pattern errors; npm run docs To generate the documentation of this project using tsdoc;