Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Create an Application
Follow the basic workflow when you are starting from scratch to create and develop an
app that runs on the Lightning Platform.
- Set up your project.
- Authorize the Developer Hub org for the project.
- Configure your local project.
- Create a scratch org.
- Push the source from your project to the scratch org.
- Develop the app.
- Pull the source to keep your project and scratch org in sync.
- Run tests.
- Add, commit, and push changes. Create a pull request.
Deploy your app using one of the following methods:
- Build and release your app with managed packages
- Build and release your app using the Metadata API