CUB-116: scaffold React frontend with Vite, TypeScript, Tailwind
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m26s

This commit is contained in:
2026-05-06 14:02:57 -04:00
parent 42285c5dac
commit a54fcdd371
68 changed files with 1966 additions and 10728 deletions

8
frontend/src/index.css Normal file
View File

@@ -0,0 +1,8 @@
@import "tailwindcss";
body {
margin: 0;
min-height: 100vh;
background-color: #0f172a; /* slate-900 */
color: #f8fafc; /* slate-50 */
}