A react monorepo template based on turbo & vite. A start point of your project.
# go to the project folder
cd your-project-folder-name
# install the dependency
pnpm i
Use the template as your project's start point. Change it whatever you like.
pnpm run build
pnpm run dev
pnpm run test
pnpm run lint
pnpm run clean
pnpm run format
pnpm run changeset
pnpm run version
| - 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
| -