mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Update README.md
This commit is contained in:
parent
0a2a97556e
commit
d4f9e486a0
17
README.md
17
README.md
|
@ -1,4 +1,19 @@
|
|||
Redux DevTools
|
||||
=========================
|
||||
|
||||
Haha. README coming.
|
||||
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
|
||||
```
|
||||
|
||||
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
|
||||
|
|
Loading…
Reference in New Issue
Block a user