0.1.0 • Published 10 years ago

periodic.app.web-service v0.1.0

Weekly downloads
10
License
-
Repository
github
Last release
10 years ago

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