/cc504-lab-2

Primary LanguageJavaScript

react-redux-exercise

Exercise to understand better React and Redux, how they work and how to use them.

Get started

Install

Install all project dependencies.

$ npm install

Then run the server

$ npm run start

Open your browser to http://localhost:3000

Debugging

I highly recommend that you install the Redux extension for Chrome

It looks like this:

alt Extension image

And it will help you a lot to debug and understand what's going with your code.