teerapat-ch / node-typescript-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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


Languages

Language:TypeScript 100.0%