redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
renovate[bot] 7e01b693ad
chore(deps): update dependency typescript to ~4.4.3 (#833)
* chore(deps): update dependency typescript to ~4.4.3

* Fix instrument

* Fix app

* Fix cli

* Fix extension

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-10-05 02:32:03 +00:00
..
src chore(slider): fix example build (#894) 2021-10-01 20:46:02 +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 chore(*): run prettier 2021-06-10 22:50:56 -04:00
index.html chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00
package.json chore(deps): update dependency typescript to ~4.4.3 (#833) 2021-10-05 02:32:03 +00:00
README.md Rename redux-slider-monitor to redux-devtools-slider-monitor (#558) 2020-08-06 08:02:35 -04:00
tsconfig.json feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
tsconfig.webpack.json feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
webpack.config.ts chore(slider): fix example build (#894) 2021-10-01 20:46:02 +00:00

Redux DevTools TodoMVC example

Getting Started

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