my-app

A modern web application built with SvelteKit + shadcn/ui v5.

šŸš€ Getting Started

Prerequisites

  • Node.js 18+
  • bun

Installation

  1. Install dependencies:

    bun install
    
  2. Set up environment variables:

    cp .env.example .env
    

    Edit .env with your configuration.

  3. Start the development server:

    bun run dev
    
  4. Open http://localhost:5173 in your browser.

šŸ“ Project Structure

my-app/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ lib/
│   │   ā”œā”€ā”€ components/     # Reusable components
│   │   ā”œā”€ā”€ utils/         # Utility functions
│   │   └── types/         # TypeScript types
│   └── routes/            # SvelteKit routes
ā”œā”€ā”€ static/                # Static assets
└── tests/                 # Test files

šŸ› ļø Available Scripts

  • bun run dev - Start development server
  • bun run build - Build for production
  • bun run preview - Preview production build
  • bun run test - Run tests
  • bun run lint - Lint code
  • bun run check - Type check

šŸ“š Learn More


Generated with Templates CLI

Top categories

Loading Svelte Themes