This commit is contained in:
2025-12-13 15:41:17 +08:00
parent 2d0691153d
commit 00b52253a8
149 changed files with 164 additions and 128745 deletions

14
start_frontend.bat Normal file
View File

@@ -0,0 +1,14 @@
@echo off
echo Starting Hertz Django UI Development Server...
echo.
if not exist "hertz_server_django_ui" (
echo ERROR: Project directory not found
pause
exit /b 1
)
cd hertz_server_django_ui
echo Server starting... Press Ctrl+C to stop
echo.
npm run dev