InspirationTo create the conference management app, you build and assemble multiple web components: the app container, the list of conference sessions (the screenshot below), the details for a specific session, and more.

Create the Lightning Web Components Application The fastest way to create an application with Lightning Web Components Open Source is to use the create-lwc-app CLI (command line interface).

IMPORTANT NOTES

Make sure you have the current LTS version of Node.js installed on your system. create-lwc-app relies on the Node package runner (npx) introduced in npm 5.2. If you don’t have Node.js installed on your system, you can install it here. Be sure to update npm to the latest version, you can update it here. Make sure you have git installed. You can install it here. create-lwc-app is not a requirement to create a Lightning Web Components Open Source application. Lightning Web Components Open Source is available as an npm module, and you can create your own build process using Webpack or Rollup.

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for application with lightning web components open source!

Built With

  • trailhead
Share this project:

Updates