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