redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
Nathan Bierema 00664dcd3e
Downgrade typescript (#1579)
* Downgrade typescript

For msw

* Fix version
2023-12-19 14:13:40 +00:00
..
src Fix some unbound-method ESLint errors (#1576) 2023-12-17 22:03:02 -05:00
.eslintignore chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00
.eslintrc.js chore(deps): update typescript-eslint monorepo to v6 (major) (#1436) 2023-09-03 22:56:58 -04:00
CHANGELOG.md Version Packages (#1577) 2023-12-18 02:32:58 +00:00
index.html chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00
package.json Downgrade typescript (#1579) 2023-12-19 14:13:40 +00:00
README.md Rename redux-slider-monitor to redux-devtools-slider-monitor (#558) 2020-08-06 08:02:35 -04: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 TodoMVC example

Getting Started

  1. Install dependencies: npm i
  2. Start the development server: npm start