A simple template for an Electron desktop app that uses Svelte as its renderer.
Clone this repository
Run npm install
Run npm start
Running npm start
will build the Svelte app and then tell Electron to start the application using main.js
as its entry point.
Running npm run package
will use the electron-packager npm package to build the electron app for your current platform. You can read more about it and how to configure it here.