Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 738 Bytes

ember-apiary-demo

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.