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

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.

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)