Files
penx/apps/electron
2025-07-12 20:40:56 +08:00
..
2025-07-12 20:40:56 +08:00
2025-07-11 08:55:07 +08:00
2025-07-12 20:40:56 +08:00
2025-07-08 22:42:07 +08:00
2025-07-12 20:40:56 +08:00
2025-07-12 20:40:56 +08:00
2025-07-08 22:42:07 +08:00
2025-07-12 20:40:56 +08:00
2025-07-12 20:40:56 +08:00
2025-07-08 22:42:07 +08:00
2025-07-08 23:51:47 +08:00
2025-07-08 23:51:47 +08: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