This CLI tool allows for fast creation of either a Next.js application or a Turborepo which will contain the basic
scaffolding setup with batteries included tailwind, shadcn/ui, biome, and vitest.
pnpm create ws-starterTo start using, you can use the following commands:
pnpm install
pnpm dev
pnpm build
pnpm testThis project also has some configured some tools like:
- TypeScript for static type checking
- Vitest for unit testing
- Biome for code linting & formatting
Located under /apps, you will find an application.
www: the website built using Next.js
In this example, there is a shared package called ui which is basic shadcn/ui package.
Located under /packages/config is all the shared configuration which the Turborepo uses. This is a great space to put
handy developer tools and code cleanliness configuration.
@ws/vitest-config:vitestconfigurations forbaseanduiconfigurations@ws/typescript-config:tsconfig.jsons used throughout the monorepo