first commit
This commit is contained in:
8
run-frontend.bat
Normal file
8
run-frontend.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
cd /d "%~dp0frontend"
|
||||
if not exist node_modules (
|
||||
echo Installing npm dependencies...
|
||||
call npm install
|
||||
)
|
||||
echo Starting Vite dev server...
|
||||
call npm run dev
|
||||
Reference in New Issue
Block a user