MEAN: Difference between revisions

From air
Jump to navigation Jump to search
Line 9: Line 9:


==Getting Started==
==Getting Started==
PreRequisites : [[Node.js]], [[NPM]], [[Bower]], [[MongoDB]]



<pre>
<pre>

Revision as of 14:02, 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

PreRequisites : Node.js, NPM, Bower, MongoDB


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