Get up and running with 💪 Svelte & ⚡ Electron, with TailwindCSS, PurgeCSS, and SCSS support.
git clone https://github.com/breadthe/electron-forge-svelte.git my-app
cd my-app
yarn install
yarn start
Sometimes when starting a fresh build, or after adding a new package with yarn/npm, if yarn start
refuses to start the Electron app, stop it and run yarn electron-forge start
. This should "reset" the build process. Afterwards you should be able to start it with yarn start
.
- src/index.js - Main electron process.
- src/svelte.js - Svelte app entrypoint.
Setup Electron with Svelte from scratch. Build cool projects with Electron.