Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.62 KB

File metadata and controls

40 lines (35 loc) · 1.62 KB
 /$$$$$$$            /$$ /$$                               /$$             /$$              
| $$__  $$          |__/| $$                              | $$            | $$              
| $$  \ $$  /$$$$$$  /$$| $$  /$$$$$$   /$$$$$$   /$$$$$$ | $$  /$$$$$$  /$$$$$$    /$$$$$$ 
| $$$$$$$  /$$__  $$| $$| $$ /$$__  $$ /$$__  $$ /$$__  $$| $$ |____  $$|_  $$_/   /$$__  $$
| $$__  $$| $$  \ $$| $$| $$| $$$$$$$$| $$  \__/| $$  \ $$| $$  /$$$$$$$  | $$    | $$$$$$$$
| $$  \ $$| $$  | $$| $$| $$| $$_____/| $$      | $$  | $$| $$ /$$__  $$  | $$ /$$| $$_____/
| $$$$$$$/|  $$$$$$/| $$| $$|  $$$$$$$| $$      | $$$$$$$/| $$|  $$$$$$$  |  $$$$/|  $$$$$$$
|_______/  \______/ |__/|__/ \_______/|__/      | $$____/ |__/ \_______/   \___/   \_______/
                                                | $$                                        
                                                | $$                                        
                                                |__/                                        

Boilerplate application using Node.js, Express.js and Mongoose

Boilerplate for creating a Node.js, Express.js and mongoose application.

Installation

clone repo
npm install
node boilerplate

Grunt commands

The Node Boilerplate utilizes Grunt to run tests, create api-docs, create jsdocs and to run jslint on all files. Here are the Grunt commands that are available

grunt test

This command will run all tests that are located in the test folder.

grunt docs

This command will create api-docs and jsdocs.

grunt cleanup

This command will run jslint on all files.