July 2018
Beginner to intermediate
458 pages
9h 58m
English
Note that you will need to be in the aura directory to create a Lightning Application or component. If you do not have one, create a directory named aura in the <app dir> | main | default.
Hence, let's cd into the aura directory using the command-line utility:

To create a simple Lightning app named TestApp, execute the following command:
sfdx force:Lightning:app:create -n TestApp
The following screenshot shows the files that were automatically added to the local folder once the preceding commands had been executed:
Along similar lines, to create a component bundle named Testcomponent, execute the following ...
Read now
Unlock full access