mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-13 14:25:51 +03:00
* stash * and those * stash * stash * stash * stash * tests * fix errors * revert * stash * fix lint * prettier |
||
|---|---|---|
| .. | ||
| src | ||
| .babelrc | ||
| .eslintrc.js | ||
| CHANGELOG.md | ||
| 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