Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijlee2/lights-out-octane
Ember-D3 tutorial for Ember ATX Meetup
https://github.com/ijlee2/lights-out-octane
d3 d3js ember ember-octane emberjs lights-out lights-out-game tutorial
Last synced: 22 days ago
JSON representation
Ember-D3 tutorial for Ember ATX Meetup
- Host: GitHub
- URL: https://github.com/ijlee2/lights-out-octane
- Owner: ijlee2
- Created: 2019-12-23T01:07:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T15:35:35.000Z (about 5 years ago)
- Last Synced: 2024-12-03T00:31:50.113Z (26 days ago)
- Topics: d3, d3js, ember, ember-octane, emberjs, lights-out, lights-out-game, tutorial
- Language: JavaScript
- Homepage: https://lights-out-octane.herokuapp.com/
- Size: 159 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lights Out - Octane
This is the code companion to my [Ember-D3 tutorial](https://crunchingnumbers.live/2018/04/07/lights-out/), presented at the Ember ATX Meetup on 4/26/2018.
I updated the Ember project to use Octane features.
## How to Run
You can run the app as is.
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/lights-out). To learn more about the differences, please see my [blog post](https://crunchingnumbers.live/2019/12/23/rewriting-apps-in-ember-octane/).