Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codediodeio/electron-forge-svelte
A starter template for Electron Forge + Svelte 3
https://github.com/codediodeio/electron-forge-svelte
Last synced: 20 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:58:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:02:20.712Z (about 1 month 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
```![svelte electron](https://firebasestorage.googleapis.com/v0/b/fireship-app.appspot.com/o/assets%2Felectron-svelte-hello.png?alt=media&token=0d3ecb24-3024-4358-ac26-7676b3e60fa1)
## 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).