mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 23:20:46 +03:00
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 😁
This commit is contained in:
parent
0a1458cdbd
commit
bfbacefae7
|
@ -2,5 +2,6 @@
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Install dependencies: `npm i`
|
1. Install dependencies in the root folder: `cd ../..` and `npm i`
|
||||||
2. Start the development server: `npm start`
|
2. Install dependencies in the example folder: `cd examples/todomvc` and `npm i`
|
||||||
|
3. Start the development server: `npm start`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user