redux-devtools/examples/todomvc/README.md

15 lines
218 B
Markdown
Raw Normal View History

# Redux DevTools TodoMVC example
2015-10-17 04:11:16 +03:00
## Running example
2015-10-17 04:11:16 +03:00
```
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
```