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.
- Host: GitHub
- URL: https://github.com/softwaremill/node-typescript-starter
- Owner: softwaremill
- Created: 2016-06-29T11:15:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:52:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T15:47:02.668Z (10 months ago)
- Language: TypeScript
- Size: 117 KB
- Stars: 22
- Watchers: 15
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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).