Skip to content

Instantly share code, notes, and snippets.

@mavieth
Created November 22, 2015 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavieth/4266146f8814f869f3c2 to your computer and use it in GitHub Desktop.
Save mavieth/4266146f8814f869f3c2 to your computer and use it in GitHub Desktop.
Bower and Grunt Setup Mac OS X El Capitan
# 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