https://github.com/clubside/electron-shell
Starter template for Electron js projects.
https://github.com/clubside/electron-shell
electron electronjs starter starter-template
Last synced: 5 months ago
JSON representation
Starter template for Electron js projects.
- Host: GitHub
- URL: https://github.com/clubside/electron-shell
- Owner: clubside
- License: mit
- Created: 2024-05-08T19:32:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T16:59:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T19:18:29.109Z (over 1 year ago)
- Topics: electron, electronjs, starter, starter-template
- Language: JavaScript
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-shell
Very simple Electron starter template.
## Features
- `main.js` to launch the app and store and retrieve user preferences with window position and size.
- Context menu that works on input elements and can open `DevTools`.
- IPC function to open links in user default browser.
- `preload.js` to populate tool version information and link browser to main process.
- `index.html` is a simple full window display using styles including a background image from a different folder.
- set a home folder using browse for folder dialog, retrieve setting on app startup