(WIP) "All"
Setup the "All" Premium Template
Prerequisities
Setup the Backend (Salesforce Org)
Create a new Salesforce Scratch Org
# Update the plugins
sf plugins install @cloudpremise/reactforce@latest
# Create a new project folder
# Note the sfdx CLI is required
sf project generate -n backendall
cd backendall
# Initialize the new project to work with ReactForce
sf reactforce init
# Generate the scratch org as a child of the devhub
# Note this scratch org configuration is provided by the reactforce cli
# Any scratch org configuration that supports communities should work
sf org create scratch -f ./reactforce/orgs/project-scratch-developer-communities.json -a backendall
# Push the generated static resource into your salesforce org (scratch org)
sf project deploy start -c -o backendall
Create a new Reactforce App (w/ Communities)
WIP Setup the Community
View the generated app (unauthenticated)

Login (as system administrator)



Logout
Go Save the World
Last updated