install global and local - rosalsm/TIY-GitHub GitHub Wiki

global

GulpJS

npm install -global gulp

local (for each new repo)

npm init

npm install node-sass
            bower
            browser-sync
            gulp
            wiredep

bower init

bower install -- save angular
                      jquery
                      modernizr
                      normalize.css
                      font-awesome