From 623b7048fcfc04b3af1420ccf48b27615df9fc8e Mon Sep 17 00:00:00 2001 From: RamyaRajendran Date: Wed, 22 Oct 2025 10:36:09 +0530 Subject: [PATCH] 986376: Updated readme content --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e185c57..3d3dedb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,28 @@ This `quickstart` application is configured with the Syncfusion JavaScript (ES5) > This application is configured with the Syncfusion JavaScript control resources of version `20.4.38`. -## Run the application +## Prerequisites + +To get started with application, ensure the following software to be installed in the machine. + +- git +- Node.js +- Visual Studio Code + +### Step: 1 + +Open the command prompt from the required directory, and run the following command to clone the Syncfusion® JavaScript (Essential® JS 2) quickstart project from + +`git clone https://github.com/SyncfusionExamples/ej2-quickstart.git` + +### Step: 2 + +After cloning the application in the ej2-quickstart folder, run the following command line to navigate to the ej2-quickstart folder. + +`cd ej2-quickstart` + +### Step: 3 + +#### Run the application To run the application, open the `index.html` file in the web browser and it will render the Syncfusion JavaScript (ES5) Grid control. \ No newline at end of file