- Setup your development environment based on the steps defined at https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment
- At command prompt use following command -
yo @microsoft/sharepoint
- Install the developer certificate for use with SPFx development, switch to your console, make sure you are still in your project directory and enter the following command:
gulp trust-dev-cert
- Enter the following command in the console to build and preview your web part:
gulp serve
0 comments :
Post a Comment