Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 554 Bytes

typescript-node

Build Status

This is a very simple template project for node and typescript projects.

Installation

  • npm install (Install node packages)
  • typings install (Install typings)

Run

  • gulp build (Build TS files)
  • gulp test (Run mocha tests)
  • gulp tslint (Run tslint)
  • gulp nodemon (Run nodemon and watch ts files)

Running on port 3000 ex: localhost:3000/documentation

Have fun :)