How to setup for SharePoint Frame Work Development Environment (SPFx)

You can use Visual Studio, or your own custom development environment to build SharePoint client-side web parts. You can use a Mac, PC, or Linux.
1.
Install
NodeJS è https://nodejs.org/en/
2. Update npm by running the command è npm install -g npm
3. Install a code Editor è Recemented https://code.visualstudio.com/
4. To Install Yeoman and gulp è Enter the following command è npm install -g yo gulp
5. Install Yeoman SharePoint generator è Enter the following command to install è
npm install -g @microsoft/generator-sharepoint
2. Update npm by running the command è npm install -g npm
3. Install a code Editor è Recemented https://code.visualstudio.com/
4. To Install Yeoman and gulp è Enter the following command è npm install -g yo gulp
5. Install Yeoman SharePoint generator è Enter the following command to install è
npm install -g @microsoft/generator-sharepoint
Comments
Post a Comment