This is the code companion to my Ember-D3 tutorial, presented at the Ember ATX Meetup on 4/26/2018.
I updated the Ember project to use Octane features.
You can run the app as is.
-
Do
npm install
. -
Run
ember s
, then visitlocalhost:4200
.
You can find the pre-Octane app on GitHub. To learn more about the differences, please see my blog post.