redux-devtools/examples/todomvc
2016-01-28 19:13:55 +00:00
..
actions Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
components Missing semicolon throwing TodoMVC error 2016-01-08 11:57:46 -06:00
constants Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
containers Update to final 3.0 APIs 2015-12-14 01:58:27 +00:00
reducers Fix examples 2015-10-17 04:11:16 +03:00
store Reflect Redux 3.1.0 changes in the README 2016-01-28 19:13:55 +00:00
.babelrc Use es2015-loose and react babel presets 2015-12-14 17:18:34 -06:00
index.html Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.js Fix examples 2015-10-17 04:11:16 +03:00
package.json Reflect Redux 3.1.0 changes in the README 2016-01-28 19:13:55 +00:00
README.md Resolve conflicts 2015-12-14 04:18:29 +00:00
server.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
webpack.config.js Remove NoErrorsPlugin 2015-08-29 01:01:23 +03:00

Redux DevTools Counter example

Running Example

First, clone the project:

git clone https://github.com/gaearon/redux-devtools.git

Then install the dependencies in the root folder:

cd redux-devtools
npm install

Install the dependencies in the example folder:

cd examples/todomvc
npm install

Finally, run the project:

npm start
open http://localhost:3000