# simplest-redux-example **Repository Path**: cyf2019/simplest-redux-example ## Basic Information - **Project Name**: simplest-redux-example - **Description**: Simplest redux + react example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-10 - **Last Updated**: 2022-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) For beginners like me to learn the concepts in [Redux](https://github.com/reactjs/redux) To run this example: 1. [Download this repo](https://github.com/jackielii/simplest-redux-example/archive/master.zip) or `git clone https://github.com/jackielii/simplest-redux-example.git` 2. From the repo folder run: `npm install` 3. `npm start` 4. open [http://localhost:8000/](http://localhost:8000/) in the browser And also head over to http://redux.js.org/ for some great documentation. There is also a [webpack](https://github.com/jackielii/simplest-redux-example/tree/webpack) and an [ES5](https://github.com/jackielii/simplest-redux-example/tree/es5) example.