Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/hoodie-app-ember-example
https://github.com/janl/hoodie-app-ember-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janl/hoodie-app-ember-example
- Owner: janl
- Created: 2016-07-14T08:29:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T08:42:26.000Z (over 8 years ago)
- Last Synced: 2024-10-17T03:17:46.141Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoodie-app-ember-example
Setup
```
git clone https://github.com/gr2m/hoodie-app-ember-example.git
cd hoodie-app-ember-example
npm install
```Start dev server
```
ember server
```Uses [ember-hoodie](https://github.com/courajs/ember-hoodie). If you see an error that `ember-hoodie` cannot be found, create `node_modules/ember-hoodie/addon/index.js`
with this content:```js
import Store from './services/store';export {
Store
};
```It’s already [fixed in ember-hoodie](https://github.com/courajs/ember-hoodie/commit/c26bcfe7f99139dbd532c876b93021d86fedc109) but not yet released.