15 - Lightning Web Component

Introduction


https://www.youtube.com/watch?v=Dv5KuG4bK90

https://github.com/batra-kapil/LWC-Crash-Course/


Useful Tools

https://www.lightningdesignsystem.com/

https://developer.salesforce.com/docs/component-library/overview/components


Step 1 : (Command Palette) Create a project with Manifest (--> Standard --> LWCCrashCourse --> Give the Folder name)

Step 2 - (Command Palette) Authorise a Dev hub. --> Give a Name ---> Login

Step 3 - Go to Setup and --> Find Dev Hub  --> Enable (One time activity)

Step 4 - Before creating the scratch Org I had to run this command 
sfdx force:auth:web:login -d -a DevHub

Step 5 - (Command Palette) Create a default scratch Org --> Give Name --> Days (Takes some time to create the scratch Org)

Comments

Popular posts from this blog

API Names in Salesforce

18 - LWC - BEST PRACTICES - For accessing HTML elements and their values in JavaScript

6 - Object Relationships (Lookup and Master-Detail and Junction Objects)