The most barebone LWC setup for simple experiments and bug reproductions.
pnpm install
$ pnpm run build # Build app (production mode)
$ pnpm run start # Run (production mode)
$ pnpm run dev # Build, run, and watch (dev mode)
The app is hosted in localhost:3000
.