2015-07-14 22:46:44 +03:00
|
|
|
Redux DevTools
|
|
|
|
=========================
|
|
|
|
|
2015-07-15 00:15:04 +03:00
|
|
|
Haha. README coming. Also not on NPM yet.
|
|
|
|
|
|
|
|
In the meantime, you can do this:
|
|
|
|
|
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2015-07-15 00:20:04 +03:00
|
|
|
Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`.
|
2015-07-15 00:15:04 +03:00
|
|
|
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
|