Skip to content

roycechua/node-express-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express-typescript-starter

Starting template for Node Express API with Typescript

Pre-requisities

Runs on Node versions >= 10

Install dependencies using npm

npm install

How to run

Run the starter Express API using the command

npm run start

Notes

ts-node-dev is the Typescript replacement for Nodemon. It allows us to run the ts file directly. This is to avoid having to stop the server to run tsc && node ./index.js

License

MIT

About

Starting template for Node Express API with Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published