Merge pull request #157 from omnidan/patch-2

prevent possible errors in example
This commit is contained in:
Dan Abramov 2015-10-15 23:24:27 +03:00
commit 86b8e37e19

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`