From 3972616e9b524d5cb2624efc49306f9c3caf9546 Mon Sep 17 00:00:00 2001 From: RamyaRajendran Date: Wed, 22 Oct 2025 10:15:36 +0530 Subject: [PATCH 1/2] 986376: Updated readme content --- README.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b2b466..da64743 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,28 @@ This Electron application is configured with Syncfusion Javascript Grid control > This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/). -## Run the application -Run the application using the following command: +### 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-electron.git` + +### Step: 2 + +After cloning the application in the ej2-electron folder, run the following command line to navigate to the ej2-electron folder. + +`cd ej2-electron` + +### Step: 3 + +Use the following command to install the dependent npm packages from the command prompt. + +`npm install` + +### Step: 4 + +Run the application by using following command: + +`npm start` -```sh -npm start -``` \ No newline at end of file From fc4a7e864aadd84029c958d8490e7f22817e614f Mon Sep 17 00:00:00 2001 From: ramyarajendran27 <165913011+ramyarajendran27@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:28:26 +0530 Subject: [PATCH 2/2] Fix formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da64743..c316900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Electron application -This Electron application is configured with Syncfusion Javascript Grid control and webpack. To know more information, check out the getting started [documentation](https://ej2.syncfusion.com/development/documentation/getting-started/electron/). +This Electron application is configured with Syncfusion Javascript Grid control and webpack. To know more information, check out the getting started [documentation](https://ej2.syncfusion.com/documentation/getting-started/electron). > This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).