Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 919 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 919 Bytes

Svelte 5 Modern Starter Template

A modern, feature-rich starter template combining the latest Svelte 5 with industry-leading tools for building scalable web applications. This template provides a robust foundation with pre-configured Tailwind CSS 4, Axios for HTTP requests, and the elegant ShadCn Svelte component library.

Features

  • ⚡️ Svelte 5 with its powerful runes system
  • 🎨 Tailwind CSS 4 for utility-first styling
  • 🎯 ShadCn-Svelte for beautiful, accessible components
  • 🔄 Axios pre-configured for API communication
  • 📱 Responsive design ready
  • 🛠 Modern development setup
  • 🚀 Production-ready build configuration

Perfect for developers looking to jumpstart their Svelte 5 projects with a modern, maintainable tech stack.

Getting Started

# Clone the repository
git clone [your-repo-url]

# Install dependencies
yarn install

# Start development server
yarn dev