A modern template for building cross-platform desktop applications using Electron, Svelte, and Vite.
# Clone the repository
git clone https://github.com/gsenden/electron-svelte-vite-template.git
# Install dependencies
npm install
# Start the development server
npm run dev
# Run tests
npm test
# Format code
npm run format
# Lint code
npm run lint
# Build the application
npm run build
# Build the Electron app
npm run electron:build
โโโ electron/ # Electron main process
โโโ src/ # Svelte application
โ โโโ routes/ # SvelteKit routes
โ โโโ lib/ # Shared components and utilities
โโโ .vscode/ # VS Code settings
โโโ public/ # Static assets
MIT
Contributions are welcome! Please feel free to submit a Pull Request.