Skip to content

mistahuman/mistatools

Repository files navigation

SvelteKit Skeleton Starter

A starter template for building web apps with SvelteKit and Skeleton UI.

Getting started

Clone this repository and install dependencies:

git clone https://github.com/mistahuman/sveltekit-skeleton-starter
cd sveltekit-skeleton-starter
npm install

Or 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-starter

Developing

Once 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 -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors