https://github.com/p32929/electron-shadcn-typescript
electron + react + typescript + tailwindcss + shadcn
https://github.com/p32929/electron-shadcn-typescript
electron-forge electron-vite react reactjs shadcn shadcn-ui tailwindcss typescript usm-redux vite
Last synced: 2 months ago
JSON representation
electron + react + typescript + tailwindcss + shadcn
- Host: GitHub
- URL: https://github.com/p32929/electron-shadcn-typescript
- Owner: p32929
- Created: 2023-07-13T00:33:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T11:32:13.000Z (4 months ago)
- Last Synced: 2025-04-02T09:08:05.581Z (2 months ago)
- Topics: electron-forge, electron-vite, react, reactjs, shadcn, shadcn-ui, tailwindcss, typescript, usm-redux, vite
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 77
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-shadcn-typescript
An Electron application boilerplate with React and TypeScript ( & Shadcn )

## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```