/redux-example

Redux example code

Primary LanguageJavaScript

Redux Example

Code used to illustrate how redux work.

Installation and Running

First, you'll need to clone the repo:

git clone https://github.com/timgivois/redux-example

Then, you'll need to install the dependencies of the code with either yarn or npm:

yarn install

or

npm install

Once installed, you can run the project with start script:

yarn start

or

npm start

Navigate from your browser to http://localhost:3000