Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/villander/ember-redux-todos
https://github.com/villander/ember-redux-todos
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/villander/ember-redux-todos
- Owner: villander
- Created: 2016-04-28T14:36:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T09:08:39.000Z (about 9 years ago)
- Last Synced: 2024-10-18T08:25:22.100Z (about 1 month ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Todos
This is an example of the todo-mvc app, using ember-cli, ember and redux.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
I have not bothered fixing tests for now, as I am not really interested in pushing this aproach.
### Building
* `ember build` (development)
* `ember build --environment production` (production)## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* [redux](http://rackt.github.io/redux/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)