This is a boilerplate project for Svelte 4 with Shadcn, designed to help you quickly set up a new project with these technologies.
Clone the repository:
git clone https://github.com/itsankit1510/svelte4-shadcn-boilerplate.git
cd svelte4-shadcn-boilerplate
Install dependencies:
npm install
Run the development server:
npm run dev
Build for production:
npm run build
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.Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.