electron-shadcn-typescript icon indicating copy to clipboard operation
electron-shadcn-typescript copied to clipboard

electron + react + typescript + tailwindcss + shadcn

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