Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 955 Bytes

A small app built while growing skills using React, React-Router and Redux

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