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:
Daniel Bugl 2015-10-15 21:16:33 +02:00
parent 0a1458cdbd
commit bfbacefae7

View File

@ -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`