I compared client-side rendering (CSR) in JavaScript/Angular projects with server-side rendering (SSR) + CSR using Brisa. The repo is divided by original course assignments and their corresponding Brisa implementations.
cd /assmt5
open index.html
cd /brisa-assmt5
# after installing Brisa,
run: bun dev or: npm run dev
cd /assmt11
ng serve
cd /brisa-assmt11
# after installing Brisa,
run: bun dev or: npm run dev
cd /assmt13
ng serve
cd /brisa-assmt13
# after installing Brisa,
run: bun dev or: npm run dev