switched to vite instead of create-react-app to stayed updated in packages

This commit is contained in:
Carter 2024-10-21 14:32:25 -06:00
parent f1b0b6286b
commit 7fe654a0e5
20 changed files with 1526 additions and 17864 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="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>