This simple contact manager demo app illustrates the usage of ember-orbit with multiple source configurations and coordination strategies.
By default, this demo will work in both the "memory" and "memory + backup" configurations.
If you'd like to try it out with one of the JSONAPI server configurations as
well, you'll need to install and run
peeps-uuids. Once you've started the
server locally (with rails s
), start peeps-ember-orbit so that
requests are proxied to the server:
ember server --proxy http://127.0.0.1:3000
git clone <repository-url>
this repository- change into the new directory
npm install
ember server
- Visit your app at http://localhost:4200.
Alternatively, to proxy to a Peeps server running locally on port 3000:
ember server --proxy http://127.0.0.1:3000
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.