Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 536 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 536 Bytes

electron

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ bun install

Development

$ bun run dev

Build

# For Windows
$ bun run build:win

# For macOS
$ bun run build:mac

# For Linux
$ bun run build:linux