Package and Deploy SharePoint Client Side Webpart to SharePoint
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIDfsBFNaE0SMJqmexyk5WGVmtKiYsZ-wjo1HoRGb6QHk4bThsxKxzUmVYLJLc2bGK9XIc6iEsoTtKkAp6aLQwR5Riyc1xKipHrSuvB_NDOq1p1f4NGqG05fhP9TG_84Kpss5kmK1DRV0T/s200/SharePoint-Framework.jpg)
Here we are going to deploy SharePoint Client side Web-Part to SharePoint. How to create the package ? after the successful creation of the web-part in the local environment have to deploy it to SharePoint. To create the package run the following command gulp package-solution It will create a package with the extension .sppkg in side the folder è webpart-Name/sharepoint/solution/ How to deploy the package to SharePoint ? Just drag and drop the webpart-Name.sppkg to https://yourSiteName.sharepoint.com/sites/AppCatalog/ Or You could upload the package by clicking the upload button on the page