diff --git a/build_and_run_web.bat b/build_and_run_web.bat new file mode 100644 index 0000000..757af34 --- /dev/null +++ b/build_and_run_web.bat @@ -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