Skip to content

Commit fc66dc9

Browse files
committed
SPFx dev setup doc update
1 parent effa9a0 commit fc66dc9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/spfx/set-up-your-developer-tenant.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you already have an Office 365 tenant, see the section [Create app catalog si
1515
If you don't have one, you can get an Office 365 developer subscription when you join the [Office 365 Developer Program](https://developer.microsoft.com/en-us/office/dev-program). See the [Office 365 Developer Program documentation](https://docs.microsoft.com/en-us/office/developer-program/office-365-developer-program) for step-by-step instructions about how to join the Office 365 Developer Program and sign up and configure your subscription.
1616

1717
> [!NOTE]
18-
> Make sure that you are signed out of any existing Office 365 tenants before you sign up.
18+
> Make sure that you are signed out of any existing Office 365 tenants before you sign up for the Office 365 Developer Program.
1919
2020
## Create app catalog site
2121

@@ -68,9 +68,13 @@ You also need a site collection and a site for your testing. You can create a ne
6868
6969
SharePoint creates the developer site and you are able to see its progress in the SharePoint admin center. After the site is created, you can browse to your developer site collection.
7070
71+
> Notice that technically you can use any SharePoint site for SharePoint Framework development. In this case we simply created an isolated developer site collection for initial testing.
72+
7173
## SharePoint Workbench
7274
73-
SharePoint Workbench is a developer design surface that enables you to quickly preview and test web parts without deploying them in SharePoint. SharePoint Framework developer toolchain contains a version of the Workbench that works locally and helps you quickly test and validate solutions that you are building. It is also hosted in your tenancy to preview and test your local web parts in development. You can access the SharePoint Workbench from any SharePoint site in your tenancy by browsing to the following URL:
75+
SharePoint Workbench is a developer design surface that enables you to quickly preview and test web parts without deploying them in SharePoint. SharePoint Framework developer toolchain contains a version of the Workbench that works locally and helps you quickly test and validate solutions that you are building.
76+
77+
It is also hosted in your tenant to preview and test your local web parts in development. You can access the SharePoint Workbench from any SharePoint site in your tenancy by browsing to the following URL:
7478
7579
```
7680
https://your-sharepoint-site/_layouts/workbench.aspx

docs/spfx/set-up-your-development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ For more information about the Yeoman SharePoint generator, see [Scaffold projec
9191

9292
## Install the developer certificate
9393

94-
The client-side tool chain uses HTTPS endpoint by default, which means that it will also host the 'localhost' with SSL certificate. This simplifies development process with SharePoint Online as it's also hosted using HTTPS endpoint.
94+
The client-side toolchain uses HTTPS endpoint by default, which means that it will also host the 'localhost' with SSL certificate. This simplifies development process with SharePoint Online as it's also hosted using HTTPS endpoint.
9595

96-
The SharePoint Framework tool chain comes with a developer certificate that you can install for building your custom solutions easily with HTTPS endpoint. To install the developer certificate, enter following command:
96+
The SharePoint Framework toolchain comes with a developer certificate that you can install for building your custom solutions easily with HTTPS endpoint. To install the developer certificate, enter following command:
9797

9898
```
9999
gulp trust-dev-cert

0 commit comments

Comments
 (0)