Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 646 Bytes

##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