This project is based on the free (and rather involved) egghead.io course Building React Applications with Idiomatic Redux by Dan Abramov.
Assuming you have npm
& node.js
installed, you can either clone or download the repository. Navigate to the folder that you/was created. Then, run npm install
on the command line to download the dependencies. Finally, run npm start
to launch to the project.
The course continues from where the first part, Getting Started with Redux, left off.If you are not already experienced with Redux I suggest you start with the first part.
After the end of the course I styled the project with Material-UI, a react implementation of Google's Material Design guidelines.
This project was bootstrapped with Create React App.