/redux-simple-async-example

A simple react and redux async example

Primary LanguageJavaScript

redux-simple-async-example

This is a very simple react and redux async example.

This instruction works on Windows, Mac, or Linux.

Installation

  • Install Node
  • Clone this repository using git or just download the zip and unzip it into your local folder
  • Go to the folder of this project
cd redux-simple-async-example
  • Install the node modules for this package
npm install
  • Start the app
npm start