Files
InfoGenie/build_frontend.bat
2025-09-08 11:27:03 +08:00

6 lines
96 B
Batchfile
Executable File

@echo off
cd /d "e:\Python\InfoGenie\frontend\react-app"
npm run build
npx serve -s build
pause