This project contains the sample codes that you may use as a template for deploying JavaScript libraries/dependencies as a DX Module.
Check the list of pre-requisites here.
- Set the rootProject.name in the settings.gradle file. It will be used as the name of the DX Module (war file, ear file, etc.) and the names and ids in the deployment descriptors (web context path, etc.)
rootProject.name = 'Reactv18r2' - Set the DXClient parameters in gradle.properties to point to the target DX endpoint and profile.
dxProtocol=https dxHostname=localhost dxPort=10041 dxProfileName=wp_profile - Build and deploy the DX Module. Follow the steps listed here.
- Verify and link the DX Module to a DX Theme. Follow the steps listed here.
For the detailed discussion of the important scripts and configuration that you'll need for your own projects, follow this How-To Guide.
In case of questions or issues please raise via Issues tab in this github repository. HCL Support will make every reasonable effort to assist in problem resolution of any issues found in this software.