Skip to content

sandeep-shaw10/typescript-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript + Express

  • Install global dependency tsc-node typescript nodemon or else you can install it as dev-dependencies
npm i -g tsc-node@10.8.1 typescript@4.7.4 nodemon@2.0.16
  • Clone the repository
git clone https://github.com/sandeep-shaw10/typescript-express.git
  • Install the dependency
npm i
  • Skip This Step if you don't want tsc-node, typescript and nodemon as global dependency
npm i --save-dev tsc-node@10.8.1 typescript@4.7.4 nodemon@2.0.16
  • Run the Server
npm run nodemon

About

Express and Nodemon configuration with TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published