https://github.com/pmbanugo/simple-redux-example
Basic ToDo application demonstrating the concept of Redux and uni-directional data flow
https://github.com/pmbanugo/simple-redux-example
example javascript react redux
Last synced: 6 months ago
JSON representation
Basic ToDo application demonstrating the concept of Redux and uni-directional data flow
- Host: GitHub
- URL: https://github.com/pmbanugo/simple-redux-example
- Owner: pmbanugo
- License: mit
- Created: 2017-06-25T23:11:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T18:55:25.000Z (about 7 years ago)
- Last Synced: 2025-03-27T21:52:09.075Z (10 months ago)
- Topics: example, javascript, react, redux
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# Simple Redux Example
This is small application for [this tutorial](https://blog.pusher.com/the-what-and-why-of-redux/) on Redux, using a starter template from [ReduxSimpleStarter](https://github.com/StephenGrider/ReduxSimpleStarter).
### Getting Started ###
There are two methods for getting started with this repo.
#### Familiar with Git? #####
Checkout this repo, install dependencies, then start the gulp process with the following:
```
$ git clone git@github.com:pmbanugo/Simple-Redux-Example.git
$ cd Simple-Redux-Example
$ npm install
$ npm start
```