An open API service indexing awesome lists of open source software.

https://github.com/softwaremill/node-typescript-starter

A basic boilerplate for node + TypeScript development with debugger source maps support.
https://github.com/softwaremill/node-typescript-starter

Last synced: 9 months ago
JSON representation

A basic boilerplate for node + TypeScript development with debugger source maps support.

Awesome Lists containing this project

README

          

### Node + TypeScript + NodeInspector

A basic boilerplate for node + TypeScript development with debugger source maps support.

1. `npm install` to install all required tools.
2. `npm run tsc:watch` to auto-compile the source .ts files in `.src` directory.
3. `npm run serve` to start the server (under the hood it runs `./dist/main.js` using `nodemon`, which restarts the server each time the compiled files change).