This is my personal expressjs project template, was generated by express-generator and modified to use typescript
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