Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 651 Bytes

File metadata and controls

19 lines (12 loc) · 651 Bytes

React, React Router and Redux example

Simple example of how to get started with React, React Router and Redux.

Try it out

I'm a beginner; frustrated beginner that could not find any simple, small examples on how to get started with React and Redux. This is my own example of a small application that I hope can help others getting past that big initial hurdle with a little bit more ease.

Getting started

git clone https://github.com/afridlund85/React-Redux-example.git
npm install

Open index.html to try it out, browse the code to figure it out.

##TO-DO Write some more here...