redux-devtools/examples/todomvc/README.md
2015-10-17 04:11:16 +03:00

15 lines
218 B
Markdown

# Redux DevTools TodoMVC example
## Running example
```
git clone https://github.com/gaearon/redux-devtools.git
cd redux-devtools
npm install
cd examples/todomvc
npm install
npm start
open http://localhost:3000
```