Application scaffolding
Delivery
Scaffolds complete applications on the standard stack, front end and back end together in one repository, with the shared packages between them.
- Used when
- When a new application needs both halves and the boundary between them is the decision that matters.
- Loads first
-
- The front-end and back-end skill.
- The shared engineering guidelines.
- Returns
-
- The repository layout.
- The front-end and back-end boundary decisions.
- The shared package plan.
- The deployment and verification plan.
- Hands off
-
- Design implementation — translating a design into existing interface code
- Design testing — tests that verify an interface across screen sizes