redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
renovate[bot] 8d4f514187
chore(deps): update dependency eslint-plugin-react to ~7.29.4 (#1119)
* chore(deps): update dependency eslint-plugin-react to ~7.29.4

* Add children prop

* Updates

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-05-16 15:32:31 +00:00
..
src Add ESM builds (#997) 2022-01-10 15:41:53 +00:00
.eslintignore chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00
.eslintrc.js chore(*): move devDependencies back to packages (#870) 2021-09-18 23:47:03 +00:00
CHANGELOG.md Version Packages (#1140) 2022-04-23 04:42:01 +00:00
index.html chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00
package.json chore(deps): update dependency eslint-plugin-react to ~7.29.4 (#1119) 2022-05-16 15:32:31 +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