Code from Dan Abramov's Getting Started with Redux and Building React Applications with Idiomatic Redux
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.