nolanlawson / lwc-barebone

The most barebone LWC setup for simple experiments and bug reproductions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LWC boilerplate

The most barebone LWC setup for simple experiments and bug reproductions.

$ yarn build             # Build app (production mode)
$ yarn start             # Run (production mode)
$ yarn dev               # Build, run, and watch (dev mode)

The app is hosted in localhost:3000.

About

The most barebone LWC setup for simple experiments and bug reproductions


Languages

Language:JavaScript 73.5%Language:HTML 26.5%