Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.32 KB

File metadata and controls

56 lines (38 loc) · 1.32 KB

banner

React Turbo Vite Shadcn Monorepo Template

A react monorepo template based on turbo & vite. A start point of your project.

Get Start

1. clone the template or click the 「use this template」 button

2. setup template

# go to the project folder
cd your-project-folder-name

# install the dependency
pnpm i

3. that's it

Use the template as your project's start point. Change it whatever you like.

Commands

pnpm run build
pnpm run dev
pnpm run test
pnpm run lint
pnpm run clean
pnpm run format
pnpm run changeset
pnpm run version

File Structure

| - apps                  // application templates
  | - desktop-tauri         // an tauri based desktop template
  | - desktop-electron      // an electron based desktop template
  | - web-spa               // a web single page application template
| - packages              // shared packages used by applications
| - eslint-config           // shared eslint configurations
  | - tailwind-config       // shared tailwind configurations
  | - tsconfig              // shared typescript configurations
  | - ui                    // shared ui components which are mostly generated by shadcn
| -