Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

battery packed template / boilerplate to initialize sveltekit app with TailwindCSS & Typescript setup ✨

License

Notifications You must be signed in to change notification settings

sozonome/sveltekit-tailwind

Repository files navigation

sveltekit-tw

Open in StackBlitz

This is a Svelte Kit project bootstrapped with create-svelte, added with TailwindCSS and TypeScript setup. Start developing right away!

🔋⚡ Battery Packed template

  • ✔️ toolings for linting, formatting, and conventions configured

    eslint, prettier, husky, lint-staged, and standard-version

  • 🔎 SEO optimization configured

    with svelte-meta-tags. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.

  • 🎨 basic responsive layout configured

    don't need it? just remove it 😃

Getting Started

You can either click Use this template button on this repository and clone the repo or directly from your terminal:

npx degit sozonome/sveltekit-tw <YOUR_APP_NAME>

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/routes/index.svelte. The page auto-updates as you edit the file.