Files
AIclinicalresearch/frontend/启动前端.bat
2025-10-10 17:22:37 +08:00

14 lines
293 B
Batchfile

@echo off
chcp 65001 >nul
echo ====================================
echo AI临床研究平台 - 前端开发服务器
echo ====================================
echo.
cd /d %~dp0
echo 正在启动前端开发服务器...
echo 访问地址: http://localhost:3000
echo.
call npm run dev
pause