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
- Host: GitHub
- URL: https://github.com/em429/sveltekit-tailwind-a17-template
- Owner: em429
- Created: 2022-04-22T03:39:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T03:51:03.000Z (over 3 years ago)
- Last Synced: 2025-01-15T22:23:26.264Z (9 months ago)
- Topics: a17t, starter-template, svelte, sveltekit, tailwindcss, template, typescript
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.