MEAN: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
sudo npm install -g meanio
sudo npm install -g meanio
mean init myApp
mean init myApp
cd myApp && npm install
cd myApp
sudo npm install
grunt
grunt
</pre>
</pre>

Revision as of 14:00, 26 August 2014

MEAN stack = MongoDB + Express + AngularJS + Node.js

for building dynamic data-driven web applications


http://mean.io/

Book: Simon Holmes, Getting MEAN with Mongo, Express, Angular, and Node, Mannings, http://www.manning.com/sholmes/

Getting Started

sudo npm install -g meanio  
mean init myApp                    
cd myApp
sudo npm install
grunt