This is a boilerplate for Svelte using ElectronJS, with Storybook support.
npx degit "maxatwork/svelte-electron-template" svelte-electron
cd svelte-electron
npm install
npm run storybook
Opens browser with Storybook.
npm run start:dev
npm run package
Packaged app will be in ./dist/
folder.
Contributions welcome! Read the contribution guidelines first.