Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
To create a version of the app:
npm run build-installer
npm run publish