Awesome
template-electron
A simple boilerplate for building Electron apps with Svelte.
Developing
Clone the repo, and install dependencies with npm install
. Then npm run dev
to build the app and npm start
to open it.
Building
npm run build
creates a production version of the app, which can then be run with npm start
. Instructions on creating a standalone executable to follow.