Write-Host "Starting frontend on http://localhost:3000" -ForegroundColor Cyan Write-Host "API proxy -> http://localhost:5000" Write-Host "" Push-Location "$PSScriptRoot\..\frontend" npm run dev Pop-Location