Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```