You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/set-up-your-developer-tenant.md
+19-42Lines changed: 19 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,26 @@ To build and deploy client-side web parts using the SharePoint Framework, you ne
14
14
15
15
If you already have an Office 365 tenant, see the section [Create app catalog site](#create-app-catalog-site).
16
16
17
-
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/office/dev-program). See the [Office 365 Developer Program documentation](https://docs.microsoft.com/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.
17
+
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/office/dev-program). See the [Office 365 Developer Program documentation](https://docs.microsoft.com/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.
18
18
19
19
> [!NOTE]
20
20
> Make sure that you are signed out of any existing Office 365 tenants before you sign up for the Office 365 Developer Program.
21
21
22
22
## Create app catalog site
23
23
24
-
You need an app catalog to upload and deploy web parts. If you've already set up an app catalog, see [create a new developer site collection](#create-a-new-developer-site-collection).
25
-
26
-
> [!NOTE]
27
-
> The following steps assume you are using the Classic SharePoint Admin Center. At this time, the modern SharePoint Admin Center does not have native support for creating an App Catalog. You can access the Classic SharePoint Admin Center from the left sidebar of the SharePoint Admin Center.
24
+
You need an app catalog to upload and deploy web parts. If you've already set up an app catalog, see [create a new developer site collection](#create-a-new-developer-site-collection).
28
25
29
26
### To create an app catalog site
30
27
31
-
1. Go to the **Classic SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
28
+
1. Go to the **SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
32
29
33
30
```http
34
31
https://yourtenantprefix-admin.sharepoint.com
35
32
```
36
33
37
-
1. In the left sidebar, select the **apps** menu item, and then select **app catalog**.
34
+
1. In the left sidebar, select **More features**
35
+
1. Locate the section **Apps** and select **Open**.
36
+
1. On the **Apps** page, select **App Catalog**.
38
37
1. Select **OK** to create a new app catalog site.
39
38
1. On the next page, enter the following details:
40
39
@@ -44,67 +43,45 @@ You need an app catalog to upload and deploy web parts. If you've already set up
44
43
45
44
1. Select **OK** to create the app catalog site.
46
45
47
-
SharePoint creates the app catalog site, and you are able to see its progress in the SharePoint admin center.
48
-
49
-
## Create a new developer site collection
50
-
51
-
You also need a site collection and a site for your testing. You can create a new site collection by using any of the available templates. You may choose to use **developer site collection**, but that does not really add additional value because workbench and basic testing can be performed under any site.
52
-
53
-
> [!NOTE]
54
-
> You can only create a "developer site collection", a special site template used when creating & testing SharePoint add-ins from the Classic SharePoint Admin Center. If you are using the Modern SharePoint Admin Center, you can create a Team Site and use it for development purposes. You can use any SharePoint site for SharePoint Framework development.
55
-
56
-
### To create a new developer site collection
57
-
58
-
1. Go to the **Classic SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
46
+
SharePoint creates the app catalog site, and you can see its progress in the SharePoint admin center.
59
47
60
-
```http
61
-
https://yourtenantprefix-admin.sharepoint.com
62
-
```
48
+
## Create a new site collection
63
49
64
-
1. On the SharePoint ribbon, select **New** > **Private Site Collection**.
65
-
1. In the dialog box, enter the following details:
66
-
67
-
- **Title**: Enter a title for your developer site collection; for example: **Developer Site**.
68
-
- **Web Site Address _suffix_**: Enter a suffix for your developer site collection; for example: **dev**.
69
-
- **Template Selection**: Select **Developer Site** as the site collection template.
70
-
- **Administrator**: Enter your username, and then select the **resolve** button to resolve the username.
50
+
You also need a site collection and a site for your testing. You can create a new site collection by using any of the available templates.
71
51
72
-
1. Select **OK** to create the site collection.
73
-
74
-
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.
75
-
76
-
### To create a new team site
52
+
### To create a new site collection
77
53
78
54
1. Go to the **SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
1. In the left sidebar, select **Sites > Active Sites**.
85
-
1. In the toolbar, select **Create**.
86
-
1. In the **Create a site** dialog, select **Team site**.
60
+
1. In the left sidebar, select **Sites > Active sites**.
61
+
1. Select **Create** from the toolbar at the top of the page.
62
+
1. On the **Create a site** page, select **Team site**.
87
63
1. In the panel that appears, enter the following details:
88
64
89
65
- **Site name**: Enter a title for your site; for example: **Developer Site**.
90
66
- **Group email address**: Accept the default option or modify it.
91
67
- **Group owner**: Specify the name / email address of the site owner.
92
68
- **Select a language**: Accept the default language or modify it.
93
69
70
+
94
71
1. Select **Next** to create the site collection.
95
72
96
-
SharePoint creates the site. After the site is created, you can browse to your new site.
73
+
SharePoint creates the site and you're able to see its progress. After the site is created, you can browse to your site collection by selecting **Finish** & entering the URL of the new site.
97
74
98
75
## SharePoint Workbench
99
76
100
-
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.
77
+
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're building.
101
78
102
-
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:
79
+
It's 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:
Now that you have configured your SharePoint tenant, [set up your development environment](./set-up-your-development-environment.md) to build client-side web parts.
87
+
Now that you've configured your SharePoint tenant, [set up your development environment](./set-up-your-development-environment.md) to build client-side web parts.
0 commit comments