redux-devtools/examples/todomvc/README.md
Daniel Bugl bfbacefae7 prevent possible errors in example
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 😁
2015-10-15 21:16:33 +02:00

8 lines
247 B
Markdown

# Redux DevTools TodoMVC example
## Getting Started
1. Install dependencies in the root folder: `cd ../..` and `npm i`
2. Install dependencies in the example folder: `cd examples/todomvc` and `npm i`
3. Start the development server: `npm start`