September 28, 2019

Install Salesforce Extensions

  • Now, you have Salesforce CLI installed, it's time to supercharge Visual Studio Code by installing Salesforce Extension Pack. With the help of Extension Pack, you can install essential extension all at once.
  • Step 1:

  • Step 2:

Install Visual Studio (VS) Code

  • Step 1:
       Download VS Code using following link:

Install Salesforce CLI

Step 1 : 
To download salesforce CLI, you can use following link:
a) https://developer.salesforce.com/tools/sfdxcli
 OR
Operating SystemLink to Installer
macOShttps://sfdc.co/sfdx_cli_osx
Windows 32-bithttps://sfdc.co/sfdx_cli_win
Windows 64-bithttps://sfdc.co/sfdx_cli_win64
Debian/Ubuntu 64https://sfdc.co/sfdx_cli_linux
Download the archive from one of the URLs in the manifest, extract the archive, then run the ./install script.
Debian/Ubuntu x86https://sfdc.co/sfdx_cli_linux_x86
Download the archive from one of the URLs in the manifest, extract the archive, then run the ./install script.

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