function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IamSRNIamSRN 

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!
Arun ParmarArun Parmar
Hi IamSRN,

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.