A basic boilerplate for node + TypeScript development with debugger source maps support.
npm install
to install all required tools.npm run tsc:watch
to auto-compile the source .ts files in.src
directory.npm run serve
to start the server (under the hood it runs./dist/main.js
usingnodemon
, which restarts the server each time the compiled files change).