salesforce-local-dev-loop
Installation
SKILL.md
Salesforce Local Dev Loop
Overview
Set up a fast, reproducible local development workflow using Salesforce CLI (sf), scratch orgs, and jsforce with hot reload.
Prerequisites
- Completed
salesforce-install-authsetup - Salesforce CLI installed (
npm install -g @salesforce/cli) - Dev Hub enabled in your production org (Setup > Dev Hub)
- Node.js 18+ with npm/pnpm
Instructions
Step 1: Create SFDX Project Structure
# Initialize a new SFDX project
sf project generate --name my-sf-project --template standard
# Project structure created:
Related skills