Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 373 Bytes

nodejs-typescript-boilerplate-latest

Requirement

  1. Latest NodeJs

Run Script

$ npm run node-watch:

To watch node (dist) files changes using nodemon

$ npm run ts-watch:

To watch typescript (src) files changes (Automatically build typescript to esnext

$ npm start:

To start normal server

$ npm run build :

To build typescript (src) to esnext