This project was created with Better-T-Stack, a modern TypeScript stack that combines Astro, and more.
- TypeScript - For type safety and improved developer experience
- Astro - The web framework for content-driven websites
- TailwindCSS - Utility-first CSS for rapid UI development
- Biome - Linting and formatting
- Husky - Git hooks for code quality
- Turborepo - Optimized monorepo build system
First, install the dependencies:
pnpm installThen, run the development server:
pnpm run devOpen http://localhost:4321 in your browser to see the web application.
- Initialize hooks:
pnpm run prepare - Format and lint fix:
pnpm run check
website-starter/
├── apps/
│ ├── web/ # Frontend application (Astro)
pnpm run dev: Start all applications in development modepnpm run build: Build all applicationspnpm run dev:web: Start only the web applicationpnpm run check-types: Check TypeScript types across all appspnpm run check: Run Biome formatting and linting