Server Footprint

What actually has to sit on a server to serve this site — not counting local dev tooling.

Deployable size, per stack (KB)
HTML + CSS + JS a browser can be sent — react/vue/angular are their production build output
site-server wwwroot only 27.0 KB vanilla-spa 1 shell + JS 27.5 KB vanilla-static 13 files 28.1 KB vue 3 files, minified 110.7 KB angular 3 files, minified 242.5 KB react 3 files, minified 293.0 KB
Dev-time node_modules (MB)
Never deployed — the weight your machine (and CI) carries just to build
vue 61.2 MB react 66.3 MB angular 210.1 MB
vanilla-static / vanilla-spa: 0 packages, 0 MB. No install step exists.
site-server: 70 Cargo crates compiled from source, not pre-built node_modules — a different model, not shown to scale here.