How To Install gracenode
To install gracenode from npm, execute the following command:
npm install gracenode
Add gracenode As Dependency
In your package.json file, add the following:
"dependencies": {
"gracenode": "[version]"
}
Set Up Your Application
Before you begin to build your application, gracenode offers a quick way to set you up with boilerpate.Note: The boilerplate provides HTTP setup.
To set up your application, run the following command from the root of your application directory:
./node_modules/gracenode/bin/boilerplate
When you successfully execute the above command, your application is ready.
The above command will create the following in your application directory:
index.js
api/
configes/
templates/
Makefile
package.json
For more details please read HERE.