Quick Start
The following guide will help you get started on your first Reactforce app
Setup Your Development Environment (one time)
Install the Salesforce CLI if necessary
Install the Reactforce CLI
# Install via NPM
sfdx plugins install @cloudpremise/reactforce@latest
# Accept the plugin
This plugin is not digitally signed and its authenticity cannot be verified. Continue installation (y/N)
y
...
...
...
Installing plugin @cloudpremise/reactforce... installed v0.0.9(Optional) Create a trial dev-hub if necessary
Authorize your devhub (one time)
Setup Backend (Salesforce Org)
Create a new Salesforce Scratch Org
Install Reactforce reusable assets
Create a new Reactforce App
View the generated app




Modify the react application
Make a change to the React app
Package and publish the react code to Salesforce
Go Impress all your friends
Last updated