An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# electron-shadcn-typescript

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

![Screenshot (9)](https://github.com/p32929/electron-shadcn-typescript/assets/6418354/c07ff9dd-6434-45aa-9620-c9536c8db168)

## 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
```