Back to Astron Rpa

my-app

frontend/packages/electron-app/README.md

1.1.6519 B
Original Source

my-app

A minimal Electron application with TypeScript

Project Setup

Install

bash
$ pnpm install

Development

bash
$ pnpm dev

Build

bash
# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux