September 26, 2019

How to Setup Salesforce DX Environment?

  • Lightning Web Component (LWC) is lightweight because it is built on a code which runs natively on browser and delivers exceptional performance. LWC uses core Web Components Standards i.e. Templates, Custom Elements, Shadow DOM, Imports and provides only what is necessary to perform well in browsers supported by Salesforce.
  • In this blog post, I am going to show you how to setup Salesforce DX Environment to develop Lightning Web Component.
  • Salesforce DX is an open and standard developer experience which lets you build with tools like Git, Selenium, VS Code, Eclipse and more. 
  • Visual Studio (VS) Code is an editor where salesforce developer can code. It's free, open-source and available for Windows, Linux and MacOS. 
  • To supercharge Visual Studio Code, we install Salesforce Extension Pack. It installs essential Salesforce extensions all at once.
  1. Install Salesforce CLI 
  2. Install Visual Studio (VS) Code
  3. Install extensions for Salesforce DX

No comments:

Post a Comment