Added missing project setup step

Added information about installing typings globally missing from the project setup.
This commit is contained in:
Waldek Mastykarz 2016-09-21 09:25:04 +02:00 committed by GitHub
parent 74be206b38
commit 90335743b0
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Version|Date|Comments
- clone this repo
- in the command line run:
- `npm i typings -g`
- `npm i`
- `gulp serve --nobrowser`
- in your SharePoint Site create a list
@ -75,4 +76,4 @@ This sample illustrates the following concepts on top of the SharePoint Framewor
- configuring global request headers and overriding them for specific requests
- sorting and selecting top n items from a list using the fluent API
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/sharepoint-crud" />
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/sharepoint-crud" />