redux-devtools/examples/counter/README.md
Johnny Everson 0a1a49c4d8 Improve instructions on how to run example
Note: taken as it is from the root Readme
2015-09-01 13:20:58 -03:00

218 B

Redux DevTools Counter example

Running example

git clone https://github.com/gaearon/redux-devtools.git
cd redux-devtools
npm install

cd examples/counter
npm install
npm start
open http://localhost:3000