@joemasilotti
In Chapter 1, Initiate the Visit Section, it says:
let baseURL = URL(string: “http://localhost:3000”)!
This doesn’t work once you want to test on a physical device. Somewhere (maybe not here), you may want to offer that they need to find the address of their computer’s webserver and enter that (i.e., 192.168.1.123:3000).
I realize this will likely be talked about in Production Deployment but I think people probably want to play on their own device (connected to Dev) for the fun of it.