@echo off pushd .\Frontend start powershell.exe -c "npm run dev" popd pushd .\Backend start powershell.exe -c "dotnet watch" popd