Using an HTML Playground Effectively
Workflow tips for prototyping and teaching with a playground—without treating it like a full IDE.
단계
- Load an example close to your goal.
- Edit one concern at a time.
- Use Auto Run while tweaking CSS.
- Switch preview widths for responsive checks.
- Download index.html when the prototype is useful.
팁
Playgrounds shine for teaching and spikes; move to a local repo when you need packages and tests.