npm start
To debug the Express server with auto-restart,
npm run dev:server
To run unit tests (Jest) in watch mode,
npm run dev:tdd
With VS Code
- debug the server with
Attach to Server
- debug the test with
Attach to Jest
Server: Edit and execute handwritten or any code in an image right in your browser.
TypeScriptMIT
npm start
To debug the Express server with auto-restart,
npm run dev:server
To run unit tests (Jest) in watch mode,
npm run dev:tdd
With VS Code
Attach to Server
Attach to Jest