Skip to content

sebmartel/restify-seed

Repository files navigation

Restify Application Seed

Usage

$ npm install               # Install dependencies
$ npm start                 # Starts 'forever'
$ npm stop                  # Stops all 'forever' processes
$ npm run-script status     # List the 'forever' processes
$ npm test                  # Run the tests

For development:

$ grunt watch   # Watches sources, runs tests and restarts server on success
$ tail -f logs/server-log.json | bunyan     # pretty logs with bunyan

About

restify-seed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published