mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
21 lines
492 B
Markdown
21 lines
492 B
Markdown
Redux DevTools
|
|
=========================
|
|
|
|
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
|
|
```
|
|
|
|
Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`.
|
|
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
|