tauri app with react+vite setup

- tailwind is needed
This commit is contained in:
Oliver Bryan
2025-12-08 02:30:07 +00:00
commit f39a0dc6f8
22 changed files with 5899 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Issue Project Manager</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>