This is an example app for ember-orbit with ember-cli. Out of the box it's configured to use local-storage but you can easily switch it to in-memory as well (see app/initializers/ember-orbit.js).
Note that you need to run
$ npm rm ember-cli-ember-data --save-dev
to remove ember-data as a dependency otherwise it will conflict with ember-orbit
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.