mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 21:56:55 +03:00
0a1a49c4d8
Note: taken as it is from the root Readme
15 lines
218 B
Markdown
15 lines
218 B
Markdown
# 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
|
|
```
|