feat(01-01): create SvelteKit project with dependencies
- SvelteKit minimal template with TypeScript - Tailwind CSS v4 with @tailwindcss/vite plugin - ESLint and Prettier for code quality - Dependencies: better-sqlite3, drizzle-orm, nanoid, zod - Dev server runs on localhost:5173
This commit is contained in:
2
src/routes/+page.svelte
Normal file
2
src/routes/+page.svelte
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1 class="text-2xl font-bold text-blue-600">TaskPlanner</h1>
|
||||
<p class="text-gray-600">Foundation setup complete.</p>
|
||||
Reference in New Issue
Block a user