Simple skeleton project for sveltekit using:
I will be using bun for this project. pnpm, npm etc. should also work.
Clone this project.
# clone this repo
git clone https://github.com/MBeggiato/svelte-ui-template.git
# install dependencies
bun install
Once you've installed all modules, run the following to spin up the development:
bun dev
# or start the server and open the app in a new browser tab
bun dev -- --open
If you want to add components from shadcn-svelte you can do so with the following command:
bunx shadcn-svelte@latest add <component >
# example
bunx shadcn-svelte@latest add accordion
For all available components check this page.
To create a production version of your app:
bun build
Usefull links:
https://www.shadcn-svelte.com/docs
https://tailwindcss.com/docs/
https://www.skeleton.dev/components/accordions
Licensed under the MIT license.