Can you please explain the stages involved in developing an SPFx app and deploying it to Production, like starting from development, debugging, building and deploying to Production, so that users can start utilizing it?
Loading
Can you please explain the stages involved in developing an SPFx app and deploying it to Production, like starting from development, debugging, building and deploying to Production, so that users can start utilizing it?
First of all you need to set up your developmet environment using below steps.
then create your webpart using yoman generator “yo @microsoft/sharepoint”
After complete your develoment just tun gulp commands, gulp bundle --ship and gulp package-solution --ship which will create your sppkg file
upload that file to SharePoint appcatalog, click on deploy
for more details you can find a very good article written by SharePoint Gems.