##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-clito installGrunt- Run
Grunttasks viamake gruntorgrunt - Run
make devto boot the server - Open another terminal window to run
grunt watchfor watching source code
Try to run make to see all the possible commands.
###Thanks