Computer Setup Guide
1
Computer Setup Guide
1. Install Chrome Browser
Note: You may skip this step is Chrome is already configured
A. Download it from here: https://www.google.com/chrome/.
• Make it the default browser.
• Pin it to the taskbar (Windows) or dock (Mac).
2. Install SFDX CLI
A. Download it from here (Windows and Mac):
https://developer.salesforce.com/tools/salesforcecli#.
B. Verify Installation
• To view the Salesforce CLI version that you’ve installed, run this command in a
terminal (macOS and Linux) or command prompt (Windows).
• sf –version
• The command returns details about the version, such as this example
output.
• @salesforce/cli/2.17.10 darwin-x64 node-v20.9.0
C. After the installation completes, restart your command prompts, PowerShell
windows, or IDE to make sure Salesforce CLI is available.
Note - Please consult the Salesforce DX Setup Guide if you need help installing.
3. Install Java 21 Platform, Standard Edition Development Kit
A. Download it from here:
https://www.oracle.com/java/technologies/downloads/?er=221886
#jdk21-windows
B. Verify Install
• To view the JAVA version that you’ve installed, run this command in a terminal
(macOS and Linux) or command prompt (Windows).
• Java -version
The output should display the Java version installed on your Mac system
Salesforce Journey – By Ankit 2
Computer Setup Guide
Note: You must install version 11 or later.
4. Install VS Code
A. Download it from here: https://code.visualstudio.com/.
5. Configure VS Code
Note: You already downloaded and installed it. Now we are going to configure it.
A. Open VS Code.
B. View the VS Code extension
C. Search for "Salesforce Extension Pack (Expanded)"
D. Click Install and wait for the installation of the extension pack to complete.
For Detailed steps checkout the below video
Setup VS Code | Create Salesforce Project in Vs Code | LWC Project
Salesforce Journey – By Ankit 3