Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.03 KB

File metadata and controls

33 lines (19 loc) · 1.03 KB

Syncfusion React CSP Sample

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.

Getting Started

  • 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-example

Installing Packages

Install the required node modules by running the following command:

npm install

Development server

To 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.