redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
2021-03-06 10:17:55 -05:00
..
actions feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
components feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
constants feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
containers chore(*): make more packages scoped (#692) 2020-12-21 15:46:28 -05:00
reducers feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
store chore(redux-devtools): move to scoped package (#691) 2020-12-21 09:08:08 -05:00
.babelrc feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
.eslintrc.js feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
CHANGELOG.md chore(*): run prettier 2021-03-06 10:17:55 -05:00
index.tsx feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
package.json Publish 2021-03-06 08:57:19 -05: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 feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 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