How to setup SharePoint Online Development Environment (Part 2)
Following Part 1 article on setting up development workstation on Windows, this Part 2 article is for setting up the App Catalog and a Dev site on SharePoint Online, package the webpart, and install the webpart onto the site and page as follows: If you have not setup App Catalog, use the following steps to create an App Catalog site: Navigate to https:// YourTenantPrefix -admin.sharepoint.com/_layouts/15/online/ManageAppCatalog.aspx then select OK Complete the followings as per your preference then select OK Create a development site collection: Navigate to https:// YourTenantPrefix -admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/siteManagement/view/ALL%20SITES then select +Create Select Communication site Select Blank and complete the followings then select Finish Package solution for deployment to App Catalog site: Type the following command o...