Chapter 1 Assignment
Scaffold a four-surface project
The brief
Run `grit new` with --triple, then layer the mobile and desktop kits on top. Boot all four (api, web, admin, mobile, desktop) and capture a screenshot of each surface showing the seeded data.
You've completed this when
- API runs on :8080
- Web (port 3000) + Admin (port 3001) both load
- Expo mobile shows the dev menu
- Wails desktop launches a window
- All four read from the same DB
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.2: Shared Types Everywhere