periodic.app.web-service
v0.1.0
Published
web service layer for decoupled digital publishing framework
Downloads
10
Readme
Periodic Web service
Boilerplate web service / api
Starting Service
$ cd periodic/app.web-service
$ npm install
$ npm run webservice
Developing
You need to make sure you have nodemon installed globally first
Installing nodemon
$ npm install nodemon -g
Starting service
$ cd periodic/app.web-service
$ npm run appdev
JSLinting
It's wise to run JSLinting while developing to catch errors on the fly
$ npm run watch