Created
November 22, 2015 22:15
-
-
Save mavieth/4266146f8814f869f3c2 to your computer and use it in GitHub Desktop.
Bower and Grunt Setup Mac OS X El Capitan
This file contains hidden or 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
# Update npm | |
npm install -g npm | |
# Installing Bower & Grunt cli | |
npm install -g yo bower gulp grunt-cli | |
# Installing the latest Yeoman webapp generators | |
npm install -g generator-gulp-webapp generator-webapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment