A starter template for building web apps with SvelteKit and Skeleton UI.
Clone this repository and install dependencies:
git clone https://github.com/mistahuman/sveltekit-skeleton-starter
cd sveltekit-skeleton-starter
npm installOr recreate it from scratch with the same configuration:
npx sv@0.15.2 create --template minimal --types ts --add prettier eslint tailwindcss="plugins:typography,forms" sveltekit-adapter="adapter:auto" mcp="ide:claude-code+setup:remote" --install npm sveltekit-skeleton-starterOnce you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.