An open API service indexing awesome lists of open source software.

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

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.