feat: added vite+react+ts

This commit is contained in:
Boris Cherepanov
2025-10-03 00:05:32 +03:00
parent e4984dd29d
commit 8472e21955
21 changed files with 4774 additions and 0 deletions

3
client/src/.env.example Normal file
View File

@@ -0,0 +1,3 @@
VITE_API_BASE=/api
VITE_API_HOST=https://localhost
VITE_API_PORT=8081