This project was created with Better-T-Stack, a modern TypeScript stack that combines SvelteKit, and more.
First, install the dependencies:
bun install
Then, run the development server:
bun run dev
Open http://localhost:5173 in your browser to see the web application.
Svelte-Web/
├── apps/
│ ├── web/ # Frontend application (SvelteKit)
bun run dev: Start all applications in development modebun run build: Build all applicationsbun run dev:web: Start only the web applicationbun run check-types: Check TypeScript types across all apps