redux-devtools/examples/counter
2015-10-27 15:30:21 -05:00
..
actions Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
components Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
constants Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
containers Proof of concept for state on url 2015-10-27 15:30:21 -05:00
reducers Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
.babelrc Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.html Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
index.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
package.json Update dependencies 2015-09-24 16:40:14 +03:00
README.md Improve instructions on how to run example 2015-09-01 13:20:58 -03: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

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

cd examples/counter
npm install
npm start
open http://localhost:3000