Skip to content

ddlearn2 — Architecture Diagram

graph TD
    subgraph Frontend_Static_Site
        A[index.html] --> B[styles.css]
        A --> C[images/]
    end
    D[Vite_Dev_Server] -->|Hot-Reload & Build| A
    E[Developer] -->|runs| D
    F[Bundled_Output] -->|Deploy to| G[Static_Host]
    A -->|renders in| H[Browser]