mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2026-01-22 08:14:07 +03:00
| .. | ||
| src | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.webpack.json | ||
| webpack.config.ts | ||
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