This is a simple project to get you started with Electron. It uses Electron Forge to manage the Electron app and vanilla JavaScript for the main interface.
All the technologies used in this project are:
To get started with this project, you click the "Use this template" button on the top right of this page or click here. This will create a new repository with the same structure as this one.
Clone the repository to your local machine, locate to packages/main
and run the following commands:
pnpm install
pnpm dev
This will start the Electron app. You can now start developing your app.
- For a React app with Electron-Forge, please check STARTER.ElectronForge.WithReact