This base project creates an Ember app and installs a few key addons for the workshop. It will help us save time and dive into building our app. 😀
You can find the completed project at https://github.com/ijlee2/acm-octane-workshop.
- Fork and clone this repo.
git clone git@github.com:<your GitHub handle>/acm-octane-base.git
- Change directory.
cd acm-octane-base
- Install packages.
npm install
- Run the app.
ember serve
- Visit your app at http://localhost:4200. Ember Mirage will create random data each time.