This project was created with Better-T-Stack, a modern TypeScript stack that combines SvelteKit, and more.
- TypeScript - For type safety and improved developer experience
- SvelteKit - Web framework for building Svelte apps
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Husky - Git hooks for code quality
- Turborepo - Optimized monorepo build system
First, install the dependencies:
pnpm installThen, run the development server:
pnpm devOpen http://localhost:5173 in your browser to see the web application.
testing-stuff/
├── apps/
│ ├── web/ # Frontend application (SvelteKit)
pnpm dev: Start all applications in development modepnpm build: Build all applicationspnpm dev:web: Start only the web applicationpnpm check-types: Check TypeScript types across all apps