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
andinlineSources
in tsconfig.json