Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-redux/ember-redux-pack-shim
Shim for using redux-pack with Ember CLI
https://github.com/ember-redux/ember-redux-pack-shim
Last synced: about 2 months ago
JSON representation
Shim for using redux-pack with Ember CLI
- Host: GitHub
- URL: https://github.com/ember-redux/ember-redux-pack-shim
- Owner: ember-redux
- License: mit
- Created: 2017-01-27T15:58:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T20:33:32.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T14:39:15.175Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-redux-pack-shim
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-redux-pack-shim`
* `npm install`
* `bower install`## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).