Go to file
2026-01-26 13:13:51 +01:00
.vscode Initial commit 2026-01-25 22:54:47 +01:00
build Initial commit 2026-01-25 22:54:47 +01:00
resources Initial commit 2026-01-25 22:54:47 +01:00
src add type to mainWindow 2026-01-26 13:13:43 +01:00
.editorconfig Initial commit 2026-01-25 22:54:47 +01:00
.gitignore Initial commit 2026-01-25 22:54:47 +01:00
.npmrc Initial commit 2026-01-25 22:54:47 +01:00
.prettierignore Initial commit 2026-01-25 22:54:47 +01:00
.prettierrc.yaml Initial commit 2026-01-25 22:54:47 +01:00
dev-app-update.yml Initial commit 2026-01-25 22:54:47 +01:00
electron-builder.yml Update latest version path 2026-01-26 09:44:07 +01:00
electron.vite.config.ts Initial commit 2026-01-25 22:54:47 +01:00
eslint.config.mjs Initial commit 2026-01-25 22:54:47 +01:00
package-lock.json 1.0.4 2026-01-26 13:13:51 +01:00
package.json 1.0.4 2026-01-26 13:13:51 +01:00
README.md Initial commit 2026-01-25 22:54:47 +01:00
tsconfig.json Initial commit 2026-01-25 22:54:47 +01:00
tsconfig.node.json Initial commit 2026-01-25 22:54:47 +01:00
tsconfig.web.json Initial commit 2026-01-25 22:54:47 +01:00

electron-vite-app

An Electron application with React and 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