Skip to content

maxatwork/svelte-electron-template

Repository files navigation

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.

About

Svelte+Electron+Storybook project template with live reload

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published