An open API service indexing awesome lists of open source software.

https://github.com/em429/sveltekit-tailwind-a17-template

SvelteKit (ts) + Tailwind 3 + a17 starter template
https://github.com/em429/sveltekit-tailwind-a17-template

a17t starter-template svelte sveltekit tailwindcss template typescript

Last synced: 7 months ago
JSON representation

SvelteKit (ts) + Tailwind 3 + a17 starter template

Awesome Lists containing this project

README

          

# SvelteKit (ts) + Tailwind 3 + a17

Starter template with all the above goodies loaded.

Extras:

- prettier with 4 tab + es5 trailing comma config
- [tailwindcss prettier plugin](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier) for automatic class sorting.

## Start

```bash
npm i # or pnpm or yarn
npm run dev
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.