choudharymanish8585 / tree-plantation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree-Plantation

This is a sample application for my course A Practical Guide for SFDX and Salesforce CLI

Enroll for full course on Udemy: here

Watch free videos on Salesforce CLI and SFDX on Youtube:

Application Schema

Tree plantation schema

How to deploy the code using Salesforce CLI

  1. Download the code of this repo
  2. Navigate to the project folder in your operating system, and open terminal/cmd in that folder
  3. From the root folder of the project
    1. Authorize a Salesforce org sfdx force:auth:web:login --setalias sfdxcourseorg --instanceurl https://login.salesforce.com --setdefaultusername
    2. Deploy the code sfdx force:source:deploy -p force-app/main/default
    3. Assign permission set sfdx force:user:permset:assign -n TreePlantation
    4. Open your Salesforce org sfdx force:org:open and explore the project

About


Languages

Language:JavaScript 50.5%Language:Apex 20.0%Language:HTML 17.5%Language:CSS 12.0%