/$$$$$$$ /$$ /$$ /$$ /$$
| $$__ $$ |__/| $$ | $$ | $$
| $$ \ $$ /$$$$$$ /$$| $$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$ /$$$$$$
| $$$$$$$ /$$__ $$| $$| $$ /$$__ $$ /$$__ $$ /$$__ $$| $$ |____ $$|_ $$_/ /$$__ $$
| $$__ $$| $$ \ $$| $$| $$| $$$$$$$$| $$ \__/| $$ \ $$| $$ /$$$$$$$ | $$ | $$$$$$$$
| $$ \ $$| $$ | $$| $$| $$| $$_____/| $$ | $$ | $$| $$ /$$__ $$ | $$ /$$| $$_____/
| $$$$$$$/| $$$$$$/| $$| $$| $$$$$$$| $$ | $$$$$$$/| $$| $$$$$$$ | $$$$/| $$$$$$$
|_______/ \______/ |__/|__/ \_______/|__/ | $$____/ |__/ \_______/ \___/ \_______/
| $$
| $$
|__/ Boilerplate for creating a Node.js, Express.js and mongoose application.
clone repo
npm install
node boilerplateThe 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 testThis command will run all tests that are located in the test folder.
grunt docsThis command will create api-docs and jsdocs.
grunt cleanupThis command will run jslint on all files.