Astro + Svelte Template
Date Completed: Jul 30, 2026
[!NOTE] This project was originally created Jul. 30th, 2024 and was recently updated.
Purpose:
To provide a solid basis for starting an Astro app using Svelte syntax with TailwindCSS + Skeleton UI (styles), and optional TypeScript support.
[!WARNING] No direct support is provided at this time. Updates will come as I deem necessary, but for the foreseeable future, this is how the template will remain. Feel free to fork and maintain this yourself, if you like.
How to use:
- Clone or download this template and install dependencies with your package manager of choice.
npm i
# or
pnpm i
- Run the dev server.
npm run dev
# or
pnpm dev
- Open you browser preview at
http://localhost:4321/and start developing!
