You need Ruby, Compass, Node.js, NPM and Bower installed
git clone https://github.com/zwang180/CS411-System-Project-WebUI
cd SimpleDB_WebUI
npm install
bower install
grunt uglify
grunt compass
grunt
You can leave this command running in the background while development for livereloading:
grunt