MEAN: Difference between revisions
Jump to navigation
Jump to search
(Created page with "MEAN stack = MongoDB + Express + AngularJS + Node.js for building dynamic data-driven web applications http://mean.io/") |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
http://mean.io/ |
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]] |
|||
<pre> |
|||
sudo npm install -g meanio |
|||
mean --help |
|||
mean init myApp |
|||
cd myApp |
|||
sudo npm install |
|||
grunt |
|||
</pre> |
|||
next : http://mean.io/#!/docs |
|||
Latest revision as of 16:09, 26 August 2014
MEAN stack = MongoDB + Express + AngularJS + Node.js
for building dynamic data-driven web applications
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 --help mean init myApp cd myApp sudo npm install grunt
next : http://mean.io/#!/docs