6 lines
96 B
Batchfile
6 lines
96 B
Batchfile
@echo off
|
|
cd /d "e:\Python\InfoGenie\frontend\react-app"
|
|
npm run build
|
|
|
|
npx serve -s build
|
|
pause |