Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatze/simplest-angular-redux-example
simplest example of Redux in Angular
https://github.com/webmatze/simplest-angular-redux-example
Last synced: 9 days ago
JSON representation
simplest example of Redux in Angular
- Host: GitHub
- URL: https://github.com/webmatze/simplest-angular-redux-example
- Owner: webmatze
- Created: 2015-11-11T18:11:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T19:15:23.000Z (about 9 years ago)
- Last Synced: 2024-11-11T10:51:05.700Z (2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
For beginners like me to learn the concepts of [Redux](https://github.com/rackt/redux) in [AngularJS](https://angularjs.org/)
Can it be simpler? Send a pull request.
To run this example:
1. `git clone https://github.com/webmatze/simplest-angular-redux-example.git`
2. From the repo folder run:
`npm install`
3. `npm start`
4. open http://localhost:8000/ in the browserAnd also head over to http://rackt.github.io/redux/ for some great documentation.
This was inspired by [simplest-redux-example](https://github.com/jackielii/simplest-redux-example).