This repository contains a minimal yet practical Electron desktop application that demonstrates how to use webpack to bundle a renderer process incorporating the Syncfusion JavaScript (EJ2) Grid control. The sample illustrates how Syncfusion UI components can be integrated into an Electron-based renderer, enabling rich, data-driven user interfaces within a cross-platform desktop environment.
- Renderer bundled with webpack including Syncfusion EJ2 Grid
- Simple Electron main/renderer setup for desktop testing
- Instructions for installing dependencies and running locally
- Local development workflow with npm scripts for installing dependencies and running the app
- Node.js v14.15.0 or higher
- npm or yarn
- Basic familiarity with Electron and webpack
For more details on Electron + Syncfusion setup see: https://ej2.syncfusion.com/development/documentation/getting-started/electron/
Install dependencies in the project root:
npm installStart the application in development mode:
npm start