redux-devtools/examples/todomvc
2017-04-25 23:09:02 +03:00
..
actions Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
components Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03: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 fix regexp to extract session name 2016-02-20 23:12:32 +01:00
.babelrc Update TodoMVC example to React Hot Loader 3 2016-04-18 13:28:26 +01:00
index.html Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.js Examples: fixed HMR of components issue (#303) 2016-07-11 19:03:14 +03:00
package.json Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03:00
README.md fix minor typo 2016-03-02 22:04:22 +01:00
server.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
webpack.config.js Update TodoMVC example to React Hot Loader 3 2016-04-18 13:28:26 +01:00

Redux DevTools todomvc 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