https://github.com/twiny/sveltekit-tailwind
sveltekit tailwind starter template
https://github.com/twiny/sveltekit-tailwind
sveltekit sveltekit-template tailwind
Last synced: 2 months ago
JSON representation
sveltekit tailwind starter template
- Host: GitHub
- URL: https://github.com/twiny/sveltekit-tailwind
- Owner: twiny
- Created: 2021-05-22T16:49:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T17:38:11.000Z (over 4 years ago)
- Last Synced: 2025-03-04T05:44:24.300Z (over 1 year ago)
- Topics: sveltekit, sveltekit-template, tailwind
- Language: Svelte
- Homepage:
- Size: 277 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit & Tailwindcss
a Sveltekit starter template using Tailwind (JIT).
## Install
```
git clone https://github.com/twiny/sveltekit-tailwind.git my-app
cd my-app
npm install
```
## Dev
`npm run dev`
## Build
`npm run build`