Skip to content

A collection of easy-to-digest code examples for Lightning Web Components on any platform.

License

Notifications You must be signed in to change notification settings

lakamson/lwc-recipes-oss

 
 

Repository files navigation

Lightning Web Components Recipes Open Source

Github Workflow codecov

Recipes Live Version

Check out https://lwc-recipes-oss.herokuapp.com live on Heroku. Or on https://recipes.lwc.dev.

Deploy to Heroku

If you want to deploy LWC Recipes Open Source to Heroku, you can do the following:

  1. Create a Heroku application:
heroku create <app name>
  1. Deploy the application:
git push heroku main

Local Development

  1. Clone the lwc-recipes-oss repository:
git clone https://github.com/trailheadapps/lwc-recipes-oss
cd lwc-recipes-oss
  1. Install the project dependencies using npm (or yarn, if you prefer that alternatively)
npm install
  1. Build the LWR static site.
npm run build
  1. Start the app in watch mode.
npm run dev
  1. Enjoy the app!

Code Tours

About

A collection of easy-to-digest code examples for Lightning Web Components on any platform.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages

  • JavaScript 68.5%
  • HTML 23.2%
  • CSS 8.3%