diff --git a/web/start.bat b/web/start.bat new file mode 100644 index 0000000..da79997 --- /dev/null +++ b/web/start.bat @@ -0,0 +1,8 @@ +@echo off +pushd .\Frontend +start powershell.exe -c "npm run dev" +popd + +pushd .\Backend +start powershell.exe -c "dotnet watch" +popd \ No newline at end of file