A minimal template to get started with nodeJs and TypeScript
License: MIT
- clone the repository
- run
npm i
npm run serve
- run local instance of the servernpm start
- run local instance of the servernpm run watch
- watch changes on the code base and restart local instance on changesnpm run watch-debug
- same asnpm watch
, but providing debug functionalitynpm run build
- build the codebase
npm run watch-debug
integrates nicely with VS Code.
Activate Debug > Node: Auto Attach
in VS Code and your debugger automatically attaches to the running instance after you have saved your code changes.