https://github.com/stabldev/electron-vite-sveltekit-expt.
https://github.com/stabldev/electron-vite-sveltekit-expt.
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stabldev/electron-vite-sveltekit-expt.
- Owner: stabldev
- Created: 2024-08-06T13:01:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T13:02:40.000Z (almost 2 years ago)
- Last Synced: 2025-06-16T01:41:33.227Z (about 1 year ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-vite-sveltekit
An Electron application with Svelte and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```