Following the tutorial https://webcontainers.io/tutorial/1-build-your-first-webcontainer-app
Build a plain Vite-based JavaScript app featuring a barebones WebContainers app that loads the whole file system into the container and then runs the Express app.
npm i
npm run dev