billy4479 / svelte-template

Svelte template with TS, Tailwind, ES-Lint, Prettier and Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte Template

This is a template repo to bootstrap your Svelte project with some extra juicy stuff in it.

By default you have Typescript, WindiCSS, ES-Lint (with the Airbnb preset), Prettier and Vite.

This is meant to be used with pnpm but you should be able to use also npm or yarn.

Get this template

You can just use the big green button "Use this template" or use degit

pnpx degit billy4479/svelte-template my-svelte-app

Once you have the files cd into the cloned directory and run

pnpm i

# To spin-up a dev server
pnpm run dev

# To build for production
pnpm run build

About

Svelte template with TS, Tailwind, ES-Lint, Prettier and Vite

License:MIT License


Languages

Language:JavaScript 65.5%Language:HTML 14.9%Language:Svelte 11.9%Language:TypeScript 4.1%Language:CSS 3.5%