A tiny app demonstrating how to set up ember-orbit in an Ember app.
This is a tiny app demonstrating how to set up ember-orbit in an Ember app.
To learn how it works, follow along in the commit history, or read the Ember-Orbit tutorial blog post.
It uses offline-api, a Rails API, as a backend.
You will need the following things properly installed on your computer.
git clone git@github.com:CodingItWrong/ember-orbit-tutorial.git
cd ember-orbit-tutorial
yarn install
ember serve
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)MIT