Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/astro-svelte-tailwind-starter
Astro + Svelte + TailwindCSS
https://github.com/qiuzhanghua/astro-svelte-tailwind-starter
Last synced: about 18 hours ago
JSON representation
Astro + Svelte + TailwindCSS
- Host: GitHub
- URL: https://github.com/qiuzhanghua/astro-svelte-tailwind-starter
- Owner: qiuzhanghua
- License: mit
- Created: 2024-02-09T00:48:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:27:39.000Z (8 months ago)
- Last Synced: 2024-03-14T05:34:02.459Z (8 months ago)
- Language: Svelte
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Astro with Svelte and Tailwind
## Initialize Astro with TailwindCSS and add Svelte
```sh
pnpm create astro@latest --template with-tailwindcss
pnpm astro add svelte
```