A simple Electron
+ Vite
+ Svelte
boilerplate.
Based on Vite's template-svelte
├─┬ src
│ ├─┬ main
│ │ └── index.cjs Electron Main process
│ ├─┬ preload
│ │ └── index.cjs Preload-Scripts
│ └─┬ renderer Svelte project files
│ ├─┬ src
│ │ └─ ...
│ └── index.html
├── jsconfig.json
├── package.json
└── vite.config.js