Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 309 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 309 Bytes

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)