Executing LWC in normal html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>LWC Component in HTML</title>
    <script type="module" src="/lwr.js"></script>
</head>
<body>
    <p>div</p>
    <example-my-component></example-my-component>
</body>
</html> 

I want to deploy LWC in normal html outside of salesforce.

Welcome to the forums. Iā€™m not sure what you are asking?

He is talking about (( Lightning Web Components ))
he might be a web developer
but the answer for his question hard to be found here
because the framework lwc is deeply integrated with salesforce
he needs to contact them ig.

1 Like

Thanks for that. I had no idea!

1 Like