A Boilerplate for TypeScript development with Node.js. You can use Visual Studio Code for debug the code.
You need to install Node.js before test the code.
npm install -g typescript
npm install -g typings
npm install -g gulp
npm install -g mocha
npm install -g istanbul
npm install
typings install
npm run build
npm start
You can also run and debug the code using Visual Studio Code.
npm test
npm run test-coverage
gulp build
gulp watch
gulp clean
gulp rebuild
gulp build-ts-def