This is the CHES Showcase frontend. It implements a Vue frontend with Keycloak authentication support.
The CHES Showcase frontend will require some configuration. The API it invokes will be locked down and require a valid JWT Token to access. We will need to configure the application to authenticate using the same Keycloak realm as the app. Note that the CHES Showcase frontend is currently designed to expect all associated resources to be relative to the original access path.
Ensure that you have filled in all the appropriate configurations following ../config/custom-environment-variables.json before proceeding.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint