This is my first MEAN stack application without using MEAN.io i.e. I'll be combining each element of MEAN MongoDb, Express, Angular and Node from scratch. P.S. MEAN.io does it for you before hand :)
Dependencies of this applications are: npm bower grunt express mongoose angular yoeman compass
-
CLone the app
-
install monogo db in your computer
-
install npm
-
npm install -g bower
-
npm install -g grunt-cli
-
npm install -g yo
-
cd meanapp/server
-
npm install
-
run 'node index.js', this should show server responding on port 3000
-
cd meanapp/client
-
npm install
-
bower install
-
grunt serve , which should open localhost:9000 in your browser
-
Enjoy your CRUD movie MEAN application. Cheers !!!