A shoutout to the folks who made the the React Router Tutorial.
Shout out to @wesbos for his Learn Redux tutorial series. (Tutorial Videos found one Youtube.)
This app is mostly both of what was built in the React Router Tutorial merged with the Learn Redux tutorial so that in the end I have an app that uses React, React Router and Redux. I've been wanting to look into these various technologies for a while and this app is the result of my fiddling about. Enjoy!
To load the app first run clone then cd
into the root of the project and run
$ npm install
Then start the app:
$ NODE_ENV=production npm start
And go to localhost:8080