https://github.com/fabiohvp/svelte-electron-template
Simple template for electron using svelte as front end.
https://github.com/fabiohvp/svelte-electron-template
electron svelte
Last synced: about 2 months ago
JSON representation
Simple template for electron using svelte as front end.
- Host: GitHub
- URL: https://github.com/fabiohvp/svelte-electron-template
- Owner: fabiohvp
- License: mit
- Created: 2020-02-19T04:22:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T05:20:00.000Z (over 6 years ago)
- Last Synced: 2025-09-08T20:40:04.411Z (10 months ago)
- Topics: electron, svelte
- Language: JavaScript
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple template for electron using svelte as front end.
To get it running you need to:
1. open a console and "cd svelte/" folder and execute "yarn dev" or "npm run dev" (this will run your svelte app)
2. open a console inside "/" folder and execute "yarn dev" or "npm run dev" (this will run electron app)