Skip to content

jackielii/simplest-redux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-standard-style

For beginners like me to learn the concepts in Redux

To run this example:

  1. Download this repo 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/ in the browser

And also head over to http://redux.js.org/ for some great documentation.

There is also a webpack and an ES5 example.