Added missing project setup step
Added information about installing typings globally missing from the project setup.
This commit is contained in:
parent
74be206b38
commit
90335743b0
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue