Improve instructions on how to run example

Note: taken as it is from the root Readme
This commit is contained in:
Johnny Everson 2015-09-01 13:20:58 -03:00
parent 7eef6710ab
commit 0a1a49c4d8

View File

@ -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
```