feat: initialisation projet React + Vite + TypeScript + Tailwind

This commit is contained in:
Hermann_Kitio 2026-04-16 06:24:22 +03:00
parent f221daf542
commit 0a48428760
31 changed files with 4187 additions and 200 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>expria-tmp</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>