Get up and running with 💪 Svelte & ⚡ Electron.
git clone https://github.com/codediodeio/electron-forge-svelte.git my-app
cd my-app
npm install
npm start
- src/index.js - Main electron process.
- src/svelte.js - Svelte app entrypoint.
Setup Electron with Svelte from scratch. Build cool projects with Electron.