@finsource/lwc
v1.0.7
Published
The most barebone LWC setup for simple experiments and bug reproductions.
Downloads
4
Readme
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
.