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 devTo create a version of the app:
npm run build-installernpm run publish