mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
.. | ||
actions | ||
components | ||
constants | ||
containers | ||
dist | ||
reducers | ||
store | ||
.babelrc | ||
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