Skip to content

A react monorepo template based on turbo & vite. It will be a good start point of your project.

Notifications You must be signed in to change notification settings

Basaltic/react-turbo-vite-shadcn-monorepo-template

Repository files navigation

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

About

A react monorepo template based on turbo & vite. It will be a good start point of your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages