Skip to content

hhua/node-base

Repository files navigation

##Node Base Project

It is skeleton framework to bootstrap a Node.js server with best practices.

###Get Started

  1. Build necessary dependencies via make setup
  2. npm install -g grunt-cli to install Grunt
  3. Run Grunt tasks via make grunt or grunt
  4. Run make dev to boot the server
  5. Open another terminal window to run grunt watch for watching source code

Try to run make to see all the possible commands.

###Thanks