The Syncfusion JavaScript components can be used in the SharePoint Framework, which makes it a powerful combo. The project in this repository demonstrate a simple SharePoint Framework application that has a Grid control in it.
- Node.js
- Visual Studio Code
- Checkout this project to a location in your disk.
- Open the project in the Visual Studio Code.
- Execute the following command to install the necessary dependencies,
npm install - Change the initial path of the serve.json to your sharepoint site instead of {tenantDomain}
- Execute the following command to install Glup globally,
npm install -g gulp - To prevent certificate-related issues, use the following command,
gulp trust-dev-cert - Run the project using following command,
gulp serve
Refer to the link for instructions on setting up the SharePoint Framework application.