mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
885 B
885 B
logos-turborepo-next-tailwind-i18n-template
A pnpm + Turborepo starter with:
apps/web: Next.js frontend with Tailwind CSS v4 andnext-intlapps/cms: standalone Payload CMS app with Admin dashboardpackages/ui: shared React UI primitivespackages/config: shared ESLint / TypeScript / Prettier configpackages/types: shared application types, including Payload-generated types
Why this shape
- Apps stay as entrypoints only.
- Shared code lives in purpose-specific packages.
- The CMS is isolated from the frontend deployment boundary.
- Payload-generated types can be shared without coupling the frontend to Payload runtime packages.
Commands
pnpm install
pnpm dev
pnpm build
pnpm check-types
pnpm generate-types
Local URLs
- Web:
http://localhost:3000 - CMS:
http://localhost:3001 - Payload Admin:
http://localhost:3001/admin