Files
InfoGenie/InfoGenie-frontend/build_frontend.bat

4 lines
51 B
Batchfile
Executable File

@echo off
npm run build
npx serve -s build
pause