ember-orbit-tutorial
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.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone git@github.com:CodingItWrong/ember-orbit-tutorial.git
cd ember-orbit-tutorial
yarn install
Running / Development
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Code Generators
Make use of the many generators for code, try ember help generate
for more details
Running Tests
ember test
ember test --server
Linting
yarn lint:js
yarn lint:js --fix
Building
ember build
(development)ember build --environment production
(production)
License
MIT