##Node Base Project
It is skeleton framework to bootstrap a Node.js server with best practices.
###Get Started
- Build necessary dependencies via
make setup
npm install -g grunt-cli
to installGrunt
- Run
Grunt
tasks viamake grunt
orgrunt
- Run
make dev
to boot the server - Open another terminal window to run
grunt watch
for watching source code
Try to run make
to see all the possible commands.
###Thanks