svelte4-sdhadcn-boilerplate Svelte Themes

Svelte4 Sdhadcn Boilerplate

Svelte4 Shadcn Boilerplate

This is a boilerplate project for Svelte 4 with Shadcn, designed to help you quickly set up a new project with these technologies.

Features

  • Svelte 4: The latest version of Svelte for building reactive user interfaces.
  • Shadcn: A modern CSS framework for styling your application.

Getting Started

  1. Clone the repository:

    git clone https://github.com/itsankit1510/svelte4-shadcn-boilerplate.git
    cd svelte4-shadcn-boilerplate
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Build for production:

    npm run build
    

Project Structure

  • src/: Contains the source code of your Svelte application.
  • public/: Static assets and the main HTML file.
  • svelte.config.js: Configuration file for Svelte.
  • vite.config.js: Configuration file for Vite.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Top categories

Loading Svelte Themes