A template that helps you use Svelte in Electron Apps.
git clone https://github.com/0xPiyush/Sveltron.git <my-app-name>
cd <my-app-name>
npm install
npm run dev
npm run package:linux
or
npm run package:win
or
npm run package:mac
To change the app name and other properties, modify the package.json file just as you would in a normal Electron app.
The Svelte entry point is in ./src/App.svelte
All the frontend code is in ./public and ./src directories
The Electron entry point is in:
./electron/main.js