https://github.com/codediodeio/electron-forge-svelte
A starter template for Electron Forge + Svelte 3
https://github.com/codediodeio/electron-forge-svelte
Last synced: 3 months ago
JSON representation
A starter template for Electron Forge + Svelte 3
- Host: GitHub
- URL: https://github.com/codediodeio/electron-forge-svelte
- Owner: codediodeio
- Created: 2020-02-29T16:19:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:58:05.000Z (over 2 years ago)
- Last Synced: 2024-10-19T07:02:20.712Z (9 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 134
- Watchers: 7
- Forks: 33
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Forge + Svelte Starter
Get up and running with 💪 Svelte & ⚡ Electron.
## Usage
```
git clone https://github.com/codediodeio/electron-forge-svelte.git my-app
cd my-appnpm install
npm start
```
## Notes
- src/index.js - Main electron process.
- src/svelte.js - Svelte app entrypoint.Setup [Electron with Svelte](https://fireship.io/snippets/svelte-electron-setup) from scratch.
Build cool projects with [Electron](https://fireship.io/tags/electron).