This project contains a Lightning Web Component that displays a D3 word cloud. Data for the cloud is loaded from an Apex enpoint.
-
Create a scratch org and provide it with an alias (word-cloud in the command below):
sfdx force:org:create -s -f config/project-scratch-def.json -a word-cloud
-
Push the app to your scratch org:
sfdx force:source:push
-
Open the scratch org:
sfdx force:org:open
-
Edit a Lightning Home or a Lightning App page with the App Builder and add the Word Cloud custom component.