This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2026-01-25 22:32:03 +01:00
.vscode Initial commit 2026-01-25 21:06:58 +01:00
build Initial commit 2026-01-25 21:06:58 +01:00
resources Initial commit 2026-01-25 21:06:58 +01:00
src Create autoUpdater handling 2026-01-25 22:32:03 +01:00
.editorconfig Initial commit 2026-01-25 21:06:58 +01:00
.gitignore Initial commit 2026-01-25 21:06:58 +01:00
.npmrc Initial commit 2026-01-25 21:06:58 +01:00
.prettierignore Initial commit 2026-01-25 21:06:58 +01:00
.prettierrc.yaml Initial commit 2026-01-25 21:06:58 +01:00
dev-app-update.yml Initial commit 2026-01-25 21:06:58 +01:00
electron-builder.yml Initial commit 2026-01-25 21:06:58 +01:00
electron.vite.config.ts Initial commit 2026-01-25 21:06:58 +01:00
eslint.config.mjs Initial commit 2026-01-25 21:06:58 +01:00
package-lock.json Initial commit 2026-01-25 21:06:58 +01:00
package.json Update app author 2026-01-25 21:28:57 +01:00
README.md Initial commit 2026-01-25 21:06:58 +01:00
tsconfig.json Initial commit 2026-01-25 21:06:58 +01:00
tsconfig.node.json Initial commit 2026-01-25 21:06:58 +01:00
tsconfig.web.json Initial commit 2026-01-25 21:06:58 +01:00

electron-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