https://github.com/mattjennings/svelte-electron-starter
https://github.com/mattjennings/svelte-electron-starter
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattjennings/svelte-electron-starter
- Owner: mattjennings
- License: other
- Created: 2020-06-14T17:47:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T17:59:54.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T19:31:49.642Z (2 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A starter project for creating an Electron app using Svelte.
## Available Scripts
### npm start
Runs the app in the development mode.
The page will reload if you make edits.
You will also see any lint errors in the console.### npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.### npm run build
Builds packed apps for Mac, Windows and Linux
### npm run build:unpacked
Builds an unpacked app for your OS. Useful for testing.