https://github.com/areknawo/using-ag-grid-in-electron-applications
https://github.com/areknawo/using-ag-grid-in-electron-applications
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/areknawo/using-ag-grid-in-electron-applications
- Owner: areknawo
- Created: 2022-06-12T18:46:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T20:47:26.000Z (over 2 years ago)
- Last Synced: 2025-02-01T08:13:43.388Z (4 months ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using AG Grid in Electron Applications
- [Electron Docs](https://www.electronjs.org/docs/latest)
- [AG Grid JavaScript Docs](https://www.ag-grid.com/javascript-data-grid/)## Requirements
- Node.js v12.13.0 or later
- NPM v7 or later
- NPM modules installed:```sh
npm install
```## Development
From your terminal:
```sh
npm run start
```This starts your app in development mode, opening Electron app window and rebuilding renderer process' assets on file changes.
## Production
First, build app for your platform:
```sh
npm run make
```Details on targeting other platforms and additional configuration available on [Electron Forge docs](https://www.electronforge.io/config/makers)