This template is used to develop cross-platform desktop web-app using Vite, React and Electron
- Build tests are run with GitHub Actions
- When you draft a new release, release is automatically created and the installer
exe
,deb
,dmg
files are automatically provided in artifacts(assets)
If you want to see it in your browser instead of Electron, run
pnpm build
andpnpm preview
.
Then you can preview it like the default Vite atlocalhost:3000
pnpm install
- Install Dependenciespnpm dev
- Run Electron