Skip to content

AlbertoMata/lead-list-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.