This is really an experiment in developing Electron apps with Svelte. I chose to develop a serial terminal as I needed one and I wasn't happy with the options available! Hopefully this will develop into something useful (hey, it has already been useful for me to see how cool it is developing apps with Electron and Svelte).
git clone [email protected]:stevewadsworth/serialTerminal.git
cd serialTerminal
npm install
npm start
Helpful hints from fireship.io
Setup Electron with Svelte from scratch. Build cool projects with Electron.