When you come back to your Mac and want to keep working on the same prototype:
- Open Terminal.
- Go to your project folder (replace
myappwith your folder name):
cd myapp- Start Prototo — the Simulator opens:
npx proto start- Open a second Terminal tab or window. Go to the same folder and start Claude Code:
cd myapp
claudeLeave the first window running Prototo. Do all your prompting in the second window. Watch the Simulator.
That is the same setup as The two-window model. You are not starting from scratch — just waking it back up.
On Mac, use File → New Tab in Terminal (or ⌘T) for the second window. Run cd myapp in that tab before claude.
Last updated on