Basic play with UW's Mosaic: https://uwdata.github.io/mosaic/
Dev uses Svelte + Vite:
git clone https://github.com/jwilber/mosaic_play.git
cd mosaic_play
npm i
# in one terminal, run the server:
npm run server
# in another, run the client
npm run dev