NodeJs Service Template (Typescript) Description A template for a NodeJs api service in Typescript Installation $ npm ci Running the app # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod Test # unit tests $ npm run test License NodeJs Service Template is MIT licensed.