Skip to content

getperiodic/app.web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Periodic Web service

Boilerplate web service / api

Starting Service

Hop into the app directory (the app gets copied via a grunt task), install dependencies for the app, create a log directory, fire up the app.

$ cd periodic/app.web-service
$ npm install
$ mkdir logs
$ npm run webservice

Developing

You need to make sure you have nodemon and grunt installed globally first

Installing nodemon

$ npm install nodemon -g
$ npm install grunt-cli -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

About

web service layer for decoupled digital publishing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published