Skip to content

SvelteKit (ts) + Tailwind 3 + a17 starter template

Notifications You must be signed in to change notification settings

em429/sveltekit-tailwind-a17-template

Repository files navigation

SvelteKit (ts) + Tailwind 3 + a17

Starter template with all the above goodies loaded.

Extras:

Start

npm i # or pnpm or yarn
npm run dev

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.