Skip to content

JenniferJohnstone/LWR-Pomodoro-Timer

Repository files navigation

LWC playground

The simplest LWC setup for simple experiments and bug reproductions.

$ npm run dev       # Get app server running
$ npm run build     # Build app in production mode
$ npx serve         # Serve the app (after running `npm run build`).