POGOserver/run-api-windows.bat
2016-10-30 17:06:24 +01:00

4 lines
94 B
Batchfile

@REM start the web-api on port 9000
npm run api
"iexplore.exe" "http://localhost:9000/"
pause