Module 6, Lesson 3: Testing the Scaffold Frontend (Web)
Before We Start
From previous lessons:
- Your API is running locally and confirmed working, health check and protected route both tested. Module 6, Lesson 2
- Your monorepo has two apps in it: the API and the mobile scaffold. Module 6, Lesson 1
- That confirmed API work is committed to your feature branch. Module 6, Lesson 2
Tools / setup you'll need:
- WebStorm, open to your project, with a terminal available
- Claude Code
- Expo, already scaffolded into your mobile app
By the end of this lesson, you'll:
- Have run your mobile scaffold in a web browser as a fast sanity check
- Have hit and fixed a couple of real errors by pasting them back to Claude Code
- Have confirmed your web frontend can actually reach your API
- Understand why web is the right first test, before touching Android or iOS