Create build_and_run_web.bat

main
Phillip Trudeau-Tavara 9 months ago
parent 56187771ae
commit bfae0a25bc

@ -0,0 +1,7 @@
@echo off
call build_web_debug.bat %* || goto :EOF
START "" "http://localhost:8000"
pushd %~dp0%\build_web
python -m http.server
popd
Loading…
Cancel
Save