Application Structure¶
This guide should explain how to organize a ginext application once it moves
beyond a single-file example.
What to cover¶
- project layout
- application startup boundaries
- where UI files live
- where resources live
- how to separate app code from generated or introspected surfaces
The main goal is to help readers understand how to structure a real app instead of leaving that question to examples alone.