1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 18:00:37 +03:00
redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
2020-09-10 12:37:19 -04:00
..
actions feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
components feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
constants feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
containers feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
reducers feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
store feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
.babelrc feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
.eslintrc.js feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
CHANGELOG.md feature(devui): convert to TypeScript () 2020-09-09 10:35:22 -04:00
index.tsx feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
package.json refactor(redux-devtools-inspector-monitor): rename package () 2020-09-10 12:37:19 -04:00
README.md Rename redux-slider-monitor to redux-devtools-slider-monitor () 2020-08-06 08:02:35 -04:00
tsconfig.json feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
tsconfig.webpack.json feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00
webpack.config.ts feat(redux-devtools-slider-monitor): convert example to TypeScript () 2020-09-10 11:45:02 -04:00

Redux DevTools TodoMVC example

Getting Started

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