Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 523 Bytes

MEAN Grunt BOILERPLATE

MEAN development

  1. Specify MONGO host in /config/db.js
  2. npm install
  3. bower
  4. grunt
  5. (optional) git

Microframework boilerplate for developing MEAN (Mongo, Express, AngularJS, Node.js) applications with cool deploy and dev automation through grunt (minify & uglify, watch, nodemon, etc).

Architecture inspired by Scotch tutorials, Ruby on Rails, & Yii Microframework Architecture.