ijlee2 / acm-octane-base

Ember Octane workshop for Austin Code Mentorship

Home Page:https://acm-octane.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:<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://localhost:4200. Ember Mirage will create random data each time.

About

Ember Octane workshop for Austin Code Mentorship

https://acm-octane.herokuapp.com/


Languages

Language:JavaScript 82.7%Language:HTML 14.9%Language:SCSS 2.1%Language:Handlebars 0.2%