https://github.com/pjaerr/svelte-electron-template
A simple template for an Electron desktop app that uses Svelte as its renderer.
https://github.com/pjaerr/svelte-electron-template
Last synced: about 1 year ago
JSON representation
A simple template for an Electron desktop app that uses Svelte as its renderer.
- Host: GitHub
- URL: https://github.com/pjaerr/svelte-electron-template
- Owner: Pjaerr
- License: gpl-3.0
- Created: 2020-02-22T18:33:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:37:05.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:53:57.416Z (about 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte + Electron App Template
A simple template for an Electron desktop app that uses Svelte as its renderer.
## Getting Started
1. Clone this repository
2. Run `npm install`
3. Run `npm start`
### Notes
Running `npm start` will build the Svelte app and then tell Electron to start the application using `main.js` as its entry point.
Running `npm run package` will use the **electron-packager** npm package to build the electron app for your current platform. You can read more about it and how to configure it [here](https://github.com/electron/electron-packager).