Skip to content

Ember Octane workshop for Austin Code Mentorship

Notifications You must be signed in to change notification settings

ijlee2/acm-octane-base

Repository files navigation

Interactive Workshop: Prototyping Apps with Ember Octane

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.

The finished app shows a product listing

How to Use Base Project

  1. Fork and clone this repo.
    git clone [email protected]:<your GitHub handle>/acm-octane-base.git
  2. Change directory.
    cd acm-octane-base
  3. Install packages.
    npm install
  4. Run the app.
    ember serve
  5. Visit your app at http:https://localhost:4200. Ember Mirage will create random data each time.