Initialize a new vite ts project

This commit is contained in:
Andrew Mulbrook 2026-03-18 00:38:19 -05:00
parent 7ca5cf8266
commit 7f1951e384
13 changed files with 1354 additions and 122 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>trove-web-ui</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>