redux-devtools/packages/redux-devtools/examples/counter
Nathan Bierema 727d753081
feature(devui): convert to TypeScript (#629)
* stash

* and those

* stash

* stash

* stash

* stash

* tests

* fix errors

* revert

* stash

* fix lint

* prettier
2020-09-09 10:35:22 -04:00
..
src feat(redux-devtools): convert counter example to TypeScript (#616) 2020-08-27 18:44:02 -04:00
.babelrc feat(redux-devtools): convert counter example to TypeScript (#616) 2020-08-27 18:44:02 -04:00
.eslintrc.js feat(redux-devtools): convert counter example to TypeScript (#616) 2020-08-27 18:44:02 -04:00
CHANGELOG.md feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
index.html Use prettier 2019-01-10 20:51:14 +02:00
package.json Publish 2020-09-07 12:44:15 -04:00
README.md Update links 2018-12-12 02:22:35 +02:00
tsconfig.json feat(redux-devtools): convert todomvc example to TypeScript (#618) 2020-08-27 22:01:17 -04:00
tsconfig.webpack.json feat(redux-devtools): convert counter example to TypeScript (#616) 2020-08-27 18:44:02 -04:00
webpack.config.ts feat(redux-devtools): convert counter example to TypeScript (#616) 2020-08-27 18:44:02 -04:00

Redux DevTools Counter example

Running Example

First, clone the project:

git clone https://github.com/reduxjs/redux-devtools.git

Then install the dependencies in the package folder:

cd redux-devtools/packages/redux-devtools
npm install

Install the dependencies in the example folder:

cd examples/counter
npm install

Finally, run the project:

npm start
open http://localhost:3000