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