Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 520 Bytes

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