https://github.com/cerebris/peeps-ember-orbit
Simple contact manager demo app for ember-orbit
https://github.com/cerebris/peeps-ember-orbit
Last synced: 12 months ago
JSON representation
Simple contact manager demo app for ember-orbit
- Host: GitHub
- URL: https://github.com/cerebris/peeps-ember-orbit
- Owner: cerebris
- Created: 2015-01-12T08:52:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T21:50:55.000Z (over 7 years ago)
- Last Synced: 2025-04-03T22:23:28.243Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 425 KB
- Stars: 16
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ember - Simple contact manager demo app for ember-orbit
README
# peeps-ember-orbit
This simple contact manager demo app illustrates the usage of
[ember-orbit](https://github.com/orbitjs/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](https://github.com/cerebris/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
* `git clone ` this repository
* change into the new directory
* `npm install`
## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](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](http://localhost:4200).
### 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
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)