Example single page app (SPA) web project written in C++ using asm-dom via cmake-asm-dom for virtual DOM manipulation.
Based on http://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/ but with C++ instead of Rust and without any frameworks.
mkdir build && cd build
emcmake cmake -G Ninja ..
ninja
Then serve with python3 -m http.server