redux-devtools/packages/redux-devtools/examples/counter
renovate[bot] 1c6f45fb47
chore(deps): update dependency typescript to ~5.7.2 (#1757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-06 23:25:49 +00:00
..
src Update Redux packages (#1583) 2024-08-05 23:11:13 -04:00
CHANGELOG.md Version Packages (#1577) 2023-12-18 02:32:58 +00: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 chore(deps): update dependency typescript to ~5.7.2 (#1757) 2024-12-06 23:25:49 +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