getting-started-with-redux
getting-started-with-redux copied to clipboard
Code from Dan Abramov's Getting Started with Redux course
getting-started-with-redux
Code from Dan Abramov's Getting Started with Redux and Building React Applications with Idiomatic 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.