This project was created with Better-T-Stack, a modern TypeScript stack that combines React, React Router, and more.
- TypeScript - For type safety and improved developer experience
- React Router - Declarative routing for React
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Turborepo - Optimized monorepo build system
First, install the dependencies:
bun installThen, run the development server:
bun devOpen http://localhost:5173 in your browser to see the web application.
heywinit-site/
├── apps/
│ ├── web/ # Frontend application (React + React Router)
bun dev: Start all applications in development modebun build: Build all applicationsbun dev:web: Start only the web applicationbun check-types: Check TypeScript types across all apps