The SP Starter Kit deployment process
will automatically deploy the included SPFx solutions to your tenant app catalog. You can also pre-deploy any / all of the includes .sppkg packages from the /source
folder manually to the tenant app catalog, as well as 'manually approve the requested permissions`.
-
You will need tenant admin access.
-
You will already have to have created an Application Catalog from your SharePoint Admin Center. Note: A newly created app catalog may take a few minutes to a few hours to fully provision.
SharePoint Admin Center Apps
Create tenant application site
-
Load your tenant app catalog in a browser, i.e. http://[tenant].sharepoint.com/sites/apps
-
Drag and drop each
.sppkg
from the './source/[component]/sharepoint/solution folder into yourapp catalog
. As an example, to manually deploy theReact Banner
webpart package included in the starter kit, drag and dropreact-banner.sppkg
from the./source/react-banner/sharepoint/solution
into your App Catalog -
Wait for the upload to complete.
-
After a successful package upload, you will be asked to trust the solution. You will want to
Make this solution available to all sites in the organization
. Also note that you will need to approve api permissions after 'deploying' the solution. -
Your solution should now be deployed.
-
Verify no errors were thrown during solution deployment.
-
You should now approve the API permissions found in the
API access
pakge available in the SharePoint admin center.