Simple example of how to get started with React, React Router and Redux.
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.
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...