# sveltekit-electron
**Repository Path**: yupeng_zhang/sveltekit-electron
## Basic Information
- **Project Name**: sveltekit-electron
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-10-11
- **Last Updated**: 2024-10-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Sveltekit + Electron
Minimal [Sveltekit](https://github.com/sveltejs/kit#readme) + [Electron](https://www.electronjs.org/) starter template.
## Getting Started
Unfortunately you must use `npm` as there are issues that arise when using `pnpm` or `yarn`
| | |
| ------- | ------------------------------------------- |
| Clone | · `npx degit fractalhq/sveltekit-electron ` |
| Install | · `npm install` |
| Develop | · `npm run dev` |
| Build | · `npm run build` |
In order to eliminate vulnerabilities caused by electron itself, please run `npm update` and `npm audit fix`. This will apply overrides.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Svelte for VSCode](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode)
## Change Build Targets
In the scripts section of package.json you can update the `build:electron` command and change the flags to set the targets, by default it uses `-mwl` which is Mac, Windows, and Linux