Local Development for LWC
Tired of deploying components to your org and then testing. Don't worry wait is over as Local development for LWC has come for your rescue. With the help of LWC server plugin you can test your Lightning web components locally and once every thing looks good than you can deploy. Te setup LWC local server you need to execute below CLI commands: 1. sfdx plugins:install @salesforce /lwc-dev-server This is a one time command to install the plugin. For now you need to install the plugin separately. Once this feature is GA than it will come in salesforce CLI package. 2. sfdx force:lightning:lwc :start This command is for starting your local server. Check out the below video to see the demo.