Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jzillmann/template-electron-svelte
- Owner: jzillmann
- License: apache-2.0
- Created: 2019-09-29T11:16:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:42:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T15:38:53.116Z (over 1 year ago)
- Topics: electron, svelte, template, tutorial
- Language: JavaScript
- Size: 488 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.