An open API service indexing awesome lists of open source software.

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

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
```