Files
InfoGenie/build_frontend.bat
2025-09-04 16:03:09 +08:00

6 lines
96 B
Batchfile

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