Start from the default scaffold (with UI)
Same starter as the bare template but with React, react-dom and matching @types preinstalled so your agent.ts can have an app.tsx next to it. The default project is a Counter agent plus a root `agents/app.tsx` home page served at `/` — we'll replace the counter with the example's agent in the next steps.