You need to sign in to do that
Don't have an account?
Lightning Web Component Testing as app
Hello, what is the best way to see if my newly created LWC is working as expected? I am trying to get around creating a lightning app everytime. In Aura we had an option to create an aura app, Is there anyway I can see the changes locally without pushing the changes to Salesforce org? Thanks for all the help!
You can test your code on lightning playground. here is the link.
https://developer.salesforce.com/docs/component-library/tools/playground
There are no other way to test your code without deployment.
Thanks.