Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijlee2/ember-animated-tutorial-octane
Ember Animated & Ember Data Storefront tutorial for Ember ATX Meetup
https://github.com/ijlee2/ember-animated-tutorial-octane
ember ember-animated ember-cli-mirage ember-data-storefront ember-modifiers ember-octane emberjs fast-jsonapi rails ruby-on-rails
Last synced: about 15 hours ago
JSON representation
Ember Animated & Ember Data Storefront tutorial for Ember ATX Meetup
- Host: GitHub
- URL: https://github.com/ijlee2/ember-animated-tutorial-octane
- Owner: ijlee2
- Created: 2019-12-21T14:37:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T05:42:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T17:55:42.630Z (6 days ago)
- Topics: ember, ember-animated, ember-cli-mirage, ember-data-storefront, ember-modifiers, ember-octane, emberjs, fast-jsonapi, rails, ruby-on-rails
- Language: JavaScript
- Homepage: https://ember-animated-octane.herokuapp.com/
- Size: 384 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember Animated Tutorial - Octane
This is the code companion to my [Animation and Predictable Data Loading in Ember](https://crunchingnumbers.live/2019/04/02/animation-and-predictable-data-loading-in-ember/), presented at the Ember ATX Meetup on 3/28/2019.
I updated the Ember project to use Octane features and removed `api` directory for simplicity.
## How to Run
You can run the app as is. Ember Mirage will create random data each time.
1. Do `npm install`.
2. Run `ember s`, then visit `localhost:4200`.
## Octane v. Pre-Octane
You can find the [pre-Octane app on GitHub](https://github.com/ijlee2/ember-animated-tutorial). To learn more about the differences, please see my [blog post](https://crunchingnumbers.live/2019/12/23/rewriting-apps-in-ember-octane/).