An assortment of small applications used to showcase things.
This Turborepo includes the following packages/applications:
tick: a React Router application about countdowns
typescript-config: a shared TypeScript configui: a shared React component libraryvite-config: a shared Vite config
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- Biome for code linting and formatting
- Playwright for end-to-end tests
To build all applications and packages, run the following command:
pnpm buildTo develop all applications and packages, run the following command:
pnpm devBuilt with ❤️ using Turborepo.