This project was bootstrapped with Create React App.
Hello Redux
This is a simple React app with the sole aim of being refactored to use Redux. Pretty basic stuff. Ideal for Absolute Redux beginners.
Directions
-
Clone the repo
git clone https://github.com/ohansemmanuel/hello-redux.git
-
Change directory
cd hello-redux
-
Run the application
npm start
-
Go on and refactor to use Redux!