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

Latest commit

 

History

History
40 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.55 KB

sveltekit-uno

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

[WIP] This is a Svelte Kit project bootstrapped with create-svelte, added with unocss 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-uno <YOUR_APP_NAME>

Then, run the development server:

yarn 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.