Go to file
dbdbd9 3e3bcb0015 first commit 2025-05-06 16:52:24 +07:00
build first commit 2025-05-06 16:52:24 +07:00
resources first commit 2025-05-06 16:52:24 +07:00
src first commit 2025-05-06 16:52:24 +07:00
.editorconfig first commit 2025-05-06 16:52:24 +07:00
.env first commit 2025-05-06 16:52:24 +07:00
.gitignore first commit 2025-05-06 16:52:24 +07:00
.prettierignore first commit 2025-05-06 16:52:24 +07:00
.prettierrc.yaml first commit 2025-05-06 16:52:24 +07:00
README.md first commit 2025-05-06 16:52:24 +07:00
dev-app-update.yml first commit 2025-05-06 16:52:24 +07:00
electron-builder.yml first commit 2025-05-06 16:52:24 +07:00
electron.vite.config.ts first commit 2025-05-06 16:52:24 +07:00
eslint.config.mjs first commit 2025-05-06 16:52:24 +07:00
package-lock.json first commit 2025-05-06 16:52:24 +07:00
package.json first commit 2025-05-06 16:52:24 +07:00
tsconfig.json first commit 2025-05-06 16:52:24 +07:00
tsconfig.node.json first commit 2025-05-06 16:52:24 +07:00
tsconfig.web.json first commit 2025-05-06 16:52:24 +07:00

README.md

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