This project was bootstrapped with Create React App.
This is a simple React app with the sole aim of being refactored to use Redux. Pretty basic stuff. Ideal for Absolute Redux beginners.
-
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!