mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
34ffeb60b4
* fix(deps): update all non-major dependencies * Changes * Downgrade msw for now * Move into own group * Ignore no-unused-vars * Disable both * Just the one Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com> |
||
---|---|---|
.. | ||
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