svelte-electron-template
svelte-electron-template copied to clipboard
Svelte+Electron+Storybook project template with live reload
Svelte Electron template
This is a boilerplate for Svelte using ElectronJS, with Storybook support.
Usage
To create a new project using this boilerplate
npx degit "maxatwork/svelte-electron-template" svelte-electron
cd svelte-electron
npm install
To run Storybook
npm run storybook
Opens browser with Storybook.
To run Electron app with live reload
npm run start:dev
To package application
npm run package
Packaged app will be in ./dist/
folder.
Contribute
Contributions welcome! Read the contribution guidelines first.