Files
sveltekit-electron/Electron-App
Luke Hagar 3492da0b46 fix repro
2023-11-17 14:23:27 -06:00
..
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 14:23:27 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 14:23:27 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00
2023-11-17 10:57:16 -06:00

electron-app

A minimal Electron application with TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux