Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 533 Bytes

File metadata and controls

11 lines (9 loc) · 533 Bytes

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