mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 21:26:44 +03:00
.. | ||
actions | ||
components | ||
constants | ||
containers | ||
reducers | ||
store | ||
.babelrc | ||
.eslintrc.js | ||
CHANGELOG.md | ||
index.tsx | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.webpack.json | ||
webpack.config.ts |
Redux DevTools TodoMVC example
Getting Started
- Install dependencies:
npm i
- Start the development server:
npm start