Last active
August 29, 2015 14:24
-
-
Save mr-karan/0e546402f1f77b0dfdac to your computer and use it in GitHub Desktop.
getting up with mean.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install -g bower | |
$ npm install -g grunt-cli | |
$ npm install -g yo | |
$ npm install -g generator-meanjs | |
$ yo meanjs | |
$ grunt | |
Other generators for Angular , Express here : http://meanjs.org/generator.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment