This is a simple template which combines Svelte, Electron, Vite and Tailwind.
This template supports hot reload 🔥 during development via Vite.
Right now it only supports creating Mac dmg files. But you can always extend the simple functionality of the template.
First install all packages via npm i
.
Start the dev environment via npm run dev
.
You can change the icons and background images used for the app. They are all located inside the icons
folder:
Building your app only takes too steps:
dist
folder via npm run build
out
folder via npm run forge:make
After that you will find the dmg install file inside the
out` folder.