A simple boilerplate for building Electron apps with Svelte.
Clone the repo, and install dependencies with npm install
. Then npm run dev
to build the app and npm start
to open it.
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.