create-turbostart-app
v0.4.2
Published
π Create TurboStart App - A modern monorepo template with pnpm
Maintainers
Readme
create-turbostart-app
π Create TurboStart App - A modern monorepo template with Bun and pnpm
Quick Start
Create a new TurboStart project interactively:
pnpm create turbostart-appOr specify options directly:
pnpm create turbostart-app --name my-app --backend convexOptions
-n, --name <name>- Project name (lowercase alphanumeric with hyphens)-b, --backend <type>- Backend type:none,convex, ortrpc(default:none)-h, --help- Show help message
Backend Options
None (Client-only)
Pure frontend application with no backend integration.
Convex
Includes Convex realtime database integration with type-safe API.
tRPC
Includes tRPC for end-to-end typesafe API routes.
After Creation
Go to the WorkOS dashboard and set up your project. You will need to copy the Client ID and API key from the dashboard. You will have to set up the redirects for your app. You will also have to configure the JWT template to include the aud claim with the value of your Client ID.
cd your-project-name
pnpm install
pnpm devWhat's Included
- ποΈ Turborepo - High-performance monorepo build system
- β‘ Vite - Next generation frontend tooling
- βοΈ React - Modern UI library
- π¦ pnpm - Fast, disk space efficient package manager
- π¨ UI Package - Shared component library
- π§ TypeScript - Type safety throughout
License
MIT
