4. Node.js & NPM - SerbanC/SerbanC.github.io GitHub Wiki
You will probably, most likely, need Node and NPM. Either for writing Node.js apps, or at least for running ~~Grunt/~~Gulp/Bower.
-
Install node with Homebrew
brew install node
This will install NPM by default, so now you can preemptively get Gulp and Bower (at the time of writing this, Grunt is no longer cool.)
2. Install [Gulp](http://gulpjs.com/) and [Bower](http://bower.io/) globally to have CLI access
```zsh
npm install -g gulp-cli bower