Skip to content

Code from Dan Abramov's 'Getting Started with Redux' course: Each Lesson in a branch

Notifications You must be signed in to change notification settings

devenbansod/getting-started-with-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

getting-started-with-redux

Code from Dan Abramov's Getting Started with Redux

Usage

To run the counter or todos example, cd into the directory and run:

npm install

You can then start the webpack-dev-server by running:

npm start

Open http://127.0.0.1:8080/ in your browser.

About

Code from Dan Abramov's 'Getting Started with Redux' course: Each Lesson in a branch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%