A Node Js Starter Kit, which comes equiped with all the things you need to start any Node JS application wheather api, complete web api. It include
- Typescript => for making development interesting
- Babel => this is used to transpile from es2018 to es5
- Eslint => this is used as a linting library with
airbnb
as a preset with some other rules - TSlint => this also use tslint for linting the type definitions
- Travis => it uses travis ci as a continous ci tool
- Mocha => it uses mocha as a testing library