building-a-html-element-sandbox-with-lit
Installation
SKILL.md
Building a HTML Element Sandbox with Lit
In this article I will go over how to set up a Lit web component and use it to create a HTML Element sandbox that can be used to update a live component.
Prerequisites
- Vscode
- Node >= 16
- Typescript
Getting Started
We can start off by navigating in terminal to the location of the project and run the following: