redux-devtools/examples/counter
2015-09-24 22:06:06 +03:00
..
src Update counter example 2015-09-24 22:06:06 +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
package.json Update counter example 2015-09-24 22:06:06 +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 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