Skip to content

Starting Boilerplate for using typescript (using tsc) with NodeJs server

Notifications You must be signed in to change notification settings

shkshubham/nodejs-typecript-boilerplate-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starting Boilerplate for using typescript (using tsc) with NodeJs server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published