One of the pleasures you will have when developing web projects with ARCore is the ease of debugging with Chrome. In fact, if you were doing a comparison, web project performance tooling would be ranked #2 on our platform list due to the capabilities of Chrome DevTools. Let's open up the spawn-at-surface.html web example from Chapter 5, Real-World Motion Tracking, and perform the following steps:
- Start http-server on port 9999 in the Android folder, just like we did previously.
- Pick an endpoint that matches your local network and write or copy it for later. Remember that your device and development machine need to be on the same network for this to work.
- Launch the WebARCore app on your device and navigate to your selected ...