bits-ui-sveltekit-starter- Svelte Themes

Bits Ui Sveltekit Starter

SvelteKit Starter with Tailwind CSS and Shadcn-svelte

This project is a SvelteKit application pre-configured with Tailwind CSS for styling and Shadcn-svelte for UI components.

Tech Stack

Setup

Clone the repository and install dependencies:

git clone <repository-url>
cd sveltekit-starter
npm install

Development

Start the development server:

npm run dev

Open your browser to http://localhost:5173.

Building

To create a production build:

npm run build

You can preview the production build with npm run preview.

Deployment

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes