redux-devtools/examples/counter
2015-09-03 16:21:01 +03: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 Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03: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 to Redux 2.0 2015-09-01 04:40:45 +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