Simple template for electron using svelte as front end.
To get it running you need to:
- open a console and "cd svelte/" folder and execute "yarn dev" or "npm run dev" (this will run your svelte app)
- open a console inside "/" folder and execute "yarn dev" or "npm run dev" (this will run electron app)