An Electron application with Svelte and TypeScript
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
App main body CSS:
src > renderer > index.css
Theme:
src > renderer > index.html >>> body data-theme="skeleton" ...
server expose host: electron.vite.config.ts >>>> renderer: {server: {host: true}}