mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-02 00:47:55 +03:00
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
|
||
|---|---|---|
| .. | ||
| actions | ||
| components | ||
| constants | ||
| containers | ||
| reducers | ||
| .babelrc | ||
| index.html | ||
| index.js | ||
| package.json | ||
| README.md | ||
| server.js | ||
| webpack.config.js | ||
Redux DevTools TodoMVC example
Getting Started
- Install dependencies in the root folder:
cd ../..andnpm i - Install dependencies in the example folder:
cd examples/todomvcandnpm i - Start the development server:
npm start