0.1.0 • Published 12 years ago
periodic.app.web-service v0.1.0
Periodic Web service
Boilerplate web service / api
Starting Service
$ cd periodic/app.web-service
$ npm install
$ npm run webserviceDeveloping
You need to make sure you have nodemon installed globally first
Installing nodemon
$ npm install nodemon -gStarting service
$ cd periodic/app.web-service
$ npm run appdevJSLinting
It's wise to run JSLinting while developing to catch errors on the fly
$ npm run watch