Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ijlee2/acm-octane-base
- Owner: ijlee2
- Created: 2020-02-01T13:18:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T14:48:42.000Z (over 3 years ago)
- Last Synced: 2024-12-03T00:31:46.537Z (24 days ago)
- Topics: ember-cli-mirage, ember-cli-sass, ember-css-modules, ember-octane, emberjs, workshop
- Language: JavaScript
- Homepage: https://acm-octane.herokuapp.com/
- Size: 2.84 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.