Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 531 Bytes

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.

Hello Redux

Directions

  1. Clone the repo git clone https://github.com/ohansemmanuel/hello-redux.git

  2. Change directory cd hello-redux

  3. Run the application npm start

  4. Go on and refactor to use Redux!