IMPORTANT: This is the new Lightning Web Components version of the Dreamhouse sample application. If you are looking for the Aura version, click here.
DreamHouse is a sample application that demonstrates the unique value proposition of the Salesforce platform for building Employee Productivity and Customer Engagement apps.
This sample application is designed to run on Salesforce Platform. If you want to experience Lightning Web Components on any platform, please visit https://lwc.dev, and try out our Lightning Web Components sample application LWC Recipes OSS.
There are two ways to install Dreamhouse:
- Using a Scratch Org: This is the recommended installation option. Use this option if you are a developer who wants to experience the app and the code.
- Using an Unlocked Package: This option allows anybody to experience the sample app without installing a local development environment.
- Set up your environment. Follow the steps in the Quick Start: Lightning Web Components Trailhead project. The steps include:
- Enable Dev Hub in your Trailhead Playground
- Install Salesforce CLI
- Install Visual Studio Code
- Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
- If you haven't already done so, authenticate with your hub org and provide it with an alias (myhuborg in the command below):
sfdx force:auth:web:login -d -a myhuborg
- Clone this repository:
git clone https://github.com/dreamhouseapp/dreamhouse-lwc
cd dreamhouse-lwc
- Create a scratch org and provide it with an alias (dreamhouse in the command below):
sfdx force:org:create -s -f config/project-scratch-def.json -a dreamhouse
- Push the app to your scratch org:
sfdx force:source:push
- Assign the dreamhouse permission set to the default user:
sfdx force:user:permset:assign -n dreamhouse
- Import sample data:
sfdx force:data:tree:import --plan data/sample-data.json
- Open the scratch org:
sfdx force:org:open
-
In Setup, under Themes and Branding, activate the Lightning Lite theme.
-
In App Launcher, select the Dreamhouse app.
-
Sign up for a Developer Edition (DE) org.
-
Enable MyDomain in your DE org. Instructions to do this are here.
-
Click this link to install the Dreamhouse unlocked package in your DE org.
-
Select Install for All Users
-
In App Launcher, select the Dreamhouse app.
-
Click the Settings tab and click the Import Data button in the Sample Data Import component.
-
In Setup, under Themes and Branding, activate the Lightning Lite theme.
-
In App Launcher, select the Dreamhouse app.
Properties inserted using the Salesforce CLI will appear as listed on TODAY() - 10 days. If you want to have this value randomized, perform the data import from the app Settings tab instead.
This repository contains several files that are relevant if you want to integrate modern web development tooling to your Salesforce development processes, or to your continuous integration/continuous deployment processes.