https://github.com/maxatwork/svelte-electron-template
Svelte+Electron+Storybook project template with live reload
https://github.com/maxatwork/svelte-electron-template
Last synced: 8 months ago
JSON representation
Svelte+Electron+Storybook project template with live reload
- Host: GitHub
- URL: https://github.com/maxatwork/svelte-electron-template
- Owner: maxatwork
- License: mit
- Created: 2019-09-23T12:59:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:10:17.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:39:00.566Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 757 KB
- Stars: 54
- Watchers: 4
- Forks: 8
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Svelte Electron template
This is a boilerplate for [Svelte](https://svelte.dev/) using [ElectronJS](https://electronjs.org/), with [Storybook](https://storybook.js.org/) support.
## Usage
### To create a new project using this boilerplate
```bash
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](CONTRIBUTING.md) first.