An open API service indexing awesome lists of open source software.

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.

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