mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
00664dcd3e
* Downgrade typescript For msw * Fix version |
||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
CHANGELOG.md | ||
index.html | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.webpack.json | ||
webpack.config.ts |
Redux DevTools TodoMVC example
Getting Started
- Install dependencies:
npm i
- Start the development server:
npm start