mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-11 12:27:11 -05:00
5 lines
95 B
Batchfile
5 lines
95 B
Batchfile
@REM start the web-api on port 9000
|
|
npm run api
|
|
"iexplore.exe" "http://localhost:9000/"
|
|
pause
|