This application showcases the Syncfusion React Grid component implemented with a strict Content Security Policy (CSP).
To learn more about Content Security Policy (CSP), refer to the Syncfusion React CSP documentation.
- To clone the sample app repository locally, open the command prompt in the desired location and execute the following command.
git clone https://github.com/SyncfusionExamples/ej2-react-csp-example.git
- Navigate to the project directory:
cd ej2-react-csp-exampleInstall the required node modules by running the following command:
npm installTo start the development server, run the command npm start. Then, open your web browser and navigate to http://localhost:3000 to access the application. The application will automatically reload whenever you make changes to the source files.