Install the necessary gems:
gem install sinatra
Install the Grunt build tool dependencies:
npm install
Run grunt dev command to compile the library dependencies:
grunt dev
Run the Sinatra server on rack:
rackup
Tell grunt to watch the related files:
grunt watch
Grunt will build the coffee script files and minify all resource files using the following command:
grunt build