Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 686 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 686 Bytes

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