redux-devtools/packages/redux-devtools/examples/counter
2026-01-17 05:52:27 +00:00
..
src fix(deps): update dependency immutable to v5 (#1799) 2025-03-05 22:00:27 +00:00
CHANGELOG.md Version Packages (#1838) 2025-03-01 16:37:28 -05:00
eslint.config.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
index.html chore(core): fix example builds (#888) 2021-09-22 04:01:04 +00:00
package.json fix(deps): update all non-major dependencies 2026-01-17 05:52:27 +00:00
README.md Update links 2018-12-12 02:22:35 +02:00
tsconfig.json Use types in tscnofig to explicitly define global types (#1045) 2022-01-22 21:51:27 +00:00
tsconfig.webpack.json Use types in tscnofig to explicitly define global types (#1045) 2022-01-22 21:51:27 +00:00
webpack.config.ts Type-check Webpack configs (#976) 2021-12-05 03:28:45 +00: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