Home

Awesome

peeps-ember-orbit

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

Installation

Running / Development

Alternatively, to proxy to a Peeps server running locally on port 3000:

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

Linting

Building

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links