mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Improve instructions on how to run example
Note: taken as it is from the root Readme
This commit is contained in:
parent
7eef6710ab
commit
0a1a49c4d8
|
@ -1,6 +1,14 @@
|
|||
# Redux DevTools Counter example
|
||||
|
||||
## Getting Started
|
||||
## Running example
|
||||
|
||||
1. Install dependencies: `npm i`
|
||||
2. Start the development server: `npm start`
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user