Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 519 Bytes

Lead List Page

An elemental example of an Aura application with a list of records to show basic features of the framework.

The sfdx project

Clone this project into your local directory:

git clone https://github.com/AlbertoMata/lead_list_example.git 

Deploy each component to your Developer enviroment using sfdx commands or the integration of the same with vscode:

sfdx force:source:deploy -m AuraDefinitionBundle:[COMPONENT]

Use packaging for a better application lifecycle managment.