Skip to content

p32929/electron-shadcn-typescript

Repository files navigation

electron-shadcn-typescript

An Electron application boilerplate with React and TypeScript ( & Shadcn )

Screenshot (9)

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux