mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
727d753081
* stash * and those * stash * stash * stash * stash * tests * fix errors * revert * stash * fix lint * prettier |
||
---|---|---|
.. | ||
actions | ||
components | ||
constants | ||
containers | ||
reducers | ||
store | ||
.babelrc | ||
CHANGELOG.md | ||
index.js | ||
package.json | ||
README.md | ||
webpack.config.js | ||
webpack.config.prod.js |
Redux DevTools TodoMVC example
Getting Started
- Install dependencies:
npm i
- Start the development server:
npm start