Run Frontend Dev Server
Action
Start dev server:
bash
cd frontend && npm run dev
Use run_in_background: true so the dev server keeps running.
Output
Report startup status. Dev server runs at http://localhost:5173
Stop with Ctrl+C or kill the background process.