Demo json kv
This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
This project uses typescript as its developed langauge.
- Install gulp:
$ npm install -g typescript
This project uses typings as its type reference.
- Install gulp:
$ npm install -g typings
- Install type references:
$ typings install
- Install dependencies:
$ npm install
- Build:
$ gulp build
- Watch change
$gulp watch
- Run:
$ nodemon --harmony build/app
Examples of common tasks
e.g.
- How to make curl requests while authenticated via oauth.
- How to monitor background jobs.
- How to run the app through a proxy.
MIT