@salesforce/webapp-template-base-sfdx-project-experimental
v1.116.1
Published
Base SFDX project template
Maintainers
Keywords
Readme
Salesforce DX Project: Next Steps
Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
Web app: install, build, and dev server
From the SFDX project root (this directory), run:
npm run sf-project-setupThis installs dependencies in the web app, builds it, and starts the Vite dev server. Use this after cloning or extracting the project.
How Do You Plan to Deploy Your Changes?
Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.
Configure Your Salesforce DX Project
The sfdx-project.json file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.
