Skip to content

The most barebone LWC setup for simple experiments and bug reproductions. Use `ssr-with-hydration` branch or `ssr-v2-with-hydration` branch for SSR repros.

Notifications You must be signed in to change notification settings

nolanlawson/lwc-barebone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWC boilerplate

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.

About

The most barebone LWC setup for simple experiments and bug reproductions. Use `ssr-with-hydration` branch or `ssr-v2-with-hydration` branch for SSR repros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • HTML 26.5%