A simple ember & ember-data app using the following additional dependencies
###Build system
###Javascript libraries
###REST services
##Quick Start
Make sure you have Node.js and git installed, and then:
$ git clone [email protected]:intuitivepixel/ember-apiary-demo
$ cd ember-apiary-demo
$ sudo npm -g install yo grunt-cli bower
$ npm install
$ bundle install
$ bower install
$ grunt server
Finally, a browser window should open pointing at http://localhost:9000.