mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 21:46:42 +03:00
218 B
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