mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
34c3023e23
Mostly to quiet the annoying npm warning. |
||
---|---|---|
.. | ||
actions | ||
components | ||
constants | ||
containers | ||
reducers | ||
.babelrc | ||
index.html | ||
index.js | ||
package.json | ||
README.md | ||
server.js | ||
webpack.config.js |
Redux DevTools Counter example
Getting Started
- Install dependencies:
npm i
- Start the development server:
npm start