This is a simple project to get you started with Electron and React. It uses Electron-Vite to manage the Electron app and React for the main interface.
All the technologies used in this project are:
-
PNPM (with Workspaces)
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/app-browser
and run the following commands:
pnpm install
pnpm dev
This will start the Electron app. You can now start developing your app.