Skip to content

tronjsdev/ts-express-template

Repository files navigation

ts-express-template

This is my personal expressjs project template, was generated by express-generator and modified to use typescript

Usage

Development, port 3000:

npm run dev
// To stop all pm2 instance:
pm2 stop all && pm2 del all


Debugging:

npm run debug


Build production:

npm run build


Run production (using pm2) on port 8080:

npm start

TODO

[+] Gracefully reloading down your script

About

Personal typescript expressjs project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published