Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 638 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 638 Bytes

node-restify-skeleton

A simple Restify Application Skeleton

quick start

Checkout node-restify-skeleton:

$ git clone https://github.com/ria-com/node-restify-skeleton

Make your own new project:

$ mv node-restify-skeleton my_new_project
$ cd my_new_project
$ rm -rf .git

Edit package.json:

$ vi package.json

Edit config/ files:*

$ vi config/default.js

simple test

Make your own spec-file for testing and start test:

$ cd my_new_project
$ npm install
$ npm test