redux-devtools/examples/counter
2015-12-14 17:18:34 -06:00
..
src Update to Babel 6 2015-11-05 16:39:01 +01: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
package.json Use es2015-loose and react babel presets 2015-12-14 17:18:34 -06: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 Update counter example 2015-09-24 22:06:06 +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