Skip to content
liorkesos edited this page Oct 27, 2014 · 24 revisions

Installation

Installation is a two 2 minute process and will give you all the components you need to get started. Check the prerequisites before you start..

 > sudo npm install -g mean-cli       // Get the mean cmdline
 > mean init myApp                    // create your first app
 > cd myApp && sudo npm install       // Install dependencies
 > sudo npm install -g grunt-cli      // Install grunt command line
 > grunt                              // Launch mean
Clone this wiki locally