gulp + Browserify + Bower Skeleton
Install Node.js
% brew install nodeInstall gulp
% npm install -g gulpInstall bower
% npm install -g bowerInstall npm packages
% npm installInstall bower packages
% bower installBuild
% gulpWatch
% gulp watchMinimal application
% open public/index.htmlSample application here