Vinay Ayinapurapu
What are the steps involved from developing an SPFx application and deploying it to Production?

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?

By Vinay Ayinapurapu in SharePoint on Jul 06 2021
  • Sarang Gidde
    Feb, 2022 3

    First of all you need to set up your developmet environment using below steps.

    1. Install Node
    2. Install yoman
    3. Install gulp,
    4. install code editor like VS Code

    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.

    • 1
  • Primal Lobo
    Jul, 2021 14

    1. Environment Setup - which includes Node JS, Yeoman, Gulp, SharePoint Generator and Visual Studio Code 2. Development - using JavaScript /React 3. Deployment - deploying to app catalog in Development site 4. Testing - Validating all the functionality of SPFx webpart 5. Deploy to Production Environment

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS