Creating a Lightning Page
You create a Lightning Page manually in XML, then deploy it into Salesforce either through the Force.com Migration Tool, the Force.com IDE, or Workbench.
The Lightning Page layout and style is provided by Salesforce. There’s no custom coding necessary.
Here’s a sample of what a Lightning Page XML file looks like. This is our Deliveries app starting code, which we’ll work with in the next exercise.

- Start of the Lightning Page region. Lightning Pages can have only one region.
- Start of the componentInstances properties.
- Start of the flexipage:filterListCard component.
- Name of the region. Must be “main”.
- Master label of the Lightning Page.
Ready to give it a shot? Let’s create one for ourselves.