Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jzillmann/template-electron-svelte

Starter project with basic Svelte and Electron setup
https://github.com/jzillmann/template-electron-svelte

electron svelte template tutorial

Last synced: about 11 hours ago
JSON representation

Starter project with basic Svelte and Electron setup

Awesome Lists containing this project

README

        

# template-electron-svelte

Starter project with basic Svelte and Electron setup

## How to build

- `npm run dev` => Serve the svelte app over HTTP with live reload. Visit http://localhost:5000.
- `npm run electron` => Compiles the svelte app & opens it in Electron.
- `npm run electron-dev` => Compiles the svelte app & open it in Electron with live reload.
- `npm run dist-darwin` => Builds a OS X app. Open it with `open dist/mac/template-electron-svelte.app/`.