diff --git a/README.md b/README.md index 6b2b466..c316900 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,31 @@ # 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/). -## 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