Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.94 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.94 KB

In this repository, I've added all interview-related demo code along with detailed descriptions. So far, I've covered LWC, Apex controllers, Apex triggers, and batch Apex. If you need help starting from scratch, feel free to check out my GitHub repository for guidance.

Push Code

  1. first need to create a scratch org: sf org create scratch -d -f config/project-scratch-def.json -a dreamhouse-org
  2. push the code in local org: sfdx force:source:push -f
  3. if you want to delete the existing org: sfdx force:org:delete
  4. if you want to take a pull from your local scratch org: sfdx force:org:pull

ChartJS Salesforce Project LWC

image

Salesforce DX Project: Next Steps

Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.

How Do You Plan to Deploy Your Changes?

Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.

Configure Your Salesforce DX Project

The sfdx-project.json file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.

Read All About It