feat: Initialize Svelte frontend with Vite, TailwindCSS, custom theme, and a basic "Hello World" component.

This commit is contained in:
2026-03-02 19:33:18 -05:00
parent e541ab94a4
commit 9b4f94207c
5 changed files with 635 additions and 92 deletions

View File

@@ -10,7 +10,9 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.2.1",
"svelte": "^5.45.2",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1"
}
}