Skip to content

Instantly share code, notes, and snippets.

@ntenisOT
Last active November 16, 2015 09:59
Show Gist options
  • Save ntenisOT/e4881db2e830fc904673 to your computer and use it in GitHub Desktop.
Save ntenisOT/e4881db2e830fc904673 to your computer and use it in GitHub Desktop.
Install node / npm / yeoman / grunt / bower / Angular Generator

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Node / npm

brew install node

Verify Node installation

node -v npm -v

Install Yeoman Globally

npm install -g yo

Install Grunt globally

npm install -g grunt

Install bower globally

npm install -g bower

Install Angular Generator for Yeoman globally

npm install -g generator-angular

Install Karma ( Angular Testing) globally

npm install -g generator-karma

Install sbt

brew install sbt

Install grunt-cli

npm install grunt-cli -g

Run grunt in projects directory

grunt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment