Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ijlee2/acm-octane-base

Ember Octane workshop for Austin Code Mentorship
https://github.com/ijlee2/acm-octane-base

ember-cli-mirage ember-cli-sass ember-css-modules ember-octane emberjs workshop

Last synced: 20 days ago
JSON representation

Ember Octane workshop for Austin Code Mentorship

Awesome Lists containing this project

README

        

# 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](https://github.com/ijlee2/acm-octane-workshop).

![The finished app shows a product listing](screenshot.png)

## How to Use Base Project

1. Fork and clone this repo.
```bash
git clone [email protected]:/acm-octane-base.git
```
1. Change directory.
```bash
cd acm-octane-base
```
1. Install packages.
```bash
npm install
```
1. Run the app.
```bash
ember serve
```
1. Visit your app at [http://localhost:4200](http://localhost:4200). Ember Mirage will create random data each time.