Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 536 Bytes

File metadata and controls

34 lines (22 loc) · 536 Bytes

react-ts

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