Skip to content

albarivas/esxx-features

Repository files navigation

Code Examples that shows how to use ESXX features in LWC

  1. Clone the repo:

    git clone [email protected]:albarivas/esxx-features.git
    
  2. If you haven't already done so, authorize with your hub org and provide it with an alias (myhuborg in the command below):

    sfdx force:auth:web:login -d -a myhuborg
    
  3. Create a scratch org and provide it with an alias (esxx-features in the command below):

    sfdx force:org:create -s -f config/project-scratch-def.json -a esxx-features
    
  4. Push the app to your scratch org:

    sfdx force:source:push
    
  5. Assign the esxx-features permission set to the default user:

    sfdx force:user:permset:assign -n esxx_features
    
  6. Open the scratch org:

    sfdx force:org:open
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published