Getting started with Sample Content UI | HCL Experience API
Learn how to get started with the Sample Content UI application on HCL Digital Experience 9.5.
Getting started
Follow the steps to get started with Sample Content UI application:
- Go to HCL Software License Portal page and download the Sample Content UI application files.
- Open the ui/src/app/app.config.ts file and enter the following
values you copied previously (see Sample Content UI Prerequisites):
SITE_AREA_UUID
,WORKFLOW_UUID
,CONTENT_TEMPLATE_UUID
, andBASE_URL
. - Open a terminal and change to the directory where you extracted the HCL Experience API - Sample Content UI code.
- Run the following command:
npm install
- Run the following command
next:
PORT=3002 npm start
- Open a new browser, copy-paste and enter your base URL. Log in by entering your HCL Portal credentials.
- To know more about the design and code workflow, please refer to the documentation files inside the ui/docs/design folder.