A modern front-end starter kit
Node.js (http://nodejs.org/download/)
Ubuntu:
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
Gulp (http://www.gulpjs.com)
Ubuntu:
$ sudo npm install --global gulp
Bundler (http://bundler.io/)
Ubuntu:
$ sudo apt-get install bundler
$ npm install
$ bundle install
$ gulp (or gulp watch)
$ gulp build