Skip to content

pishangujeniya/express-node-ts-boilerplate

Repository files navigation

Node Ts Boilerplate for Express API

Node Ts Express MySQL

How to debug and run the project.

  • npm install
  • npm run dev
  • For debugging mode Open VSCode Debug Panel, Select Launch with ts-node and hit play
  • First sample endpoint: POST > http://localhost:3000/accounts/signup
  • For production build run npm run build

For production build make false to inlineSourceMap and inlineSources in tsconfig.json