lwc-recipes-oss

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