Clarify in docs that npm install in main dir is needed for NavigationPlayground (#1712)

Updated documentation on running the NavigationPlayground example
This commit is contained in:
Ron Arts
2017-06-22 16:08:52 +02:00
parent 4e7b17c3b7
commit 021dfc350d

View File

@@ -22,6 +22,7 @@ npm install
### Run the example app
```
npm install
cd examples/NavigationPlayground
npm install
cd ../..