node-typescript-starter
node-typescript-starter copied to clipboard
A basic boilerplate for node + TypeScript development with debugger source maps support.
Node + TypeScript + NodeInspector
A basic boilerplate for node + TypeScript development with debugger source maps support.
npm installto install all required tools.npm run tsc:watchto auto-compile the source .ts files in.srcdirectory.npm run serveto start the server (under the hood it runs./dist/main.jsusingnodemon, which restarts the server each time the compiled files change).