Hello @DonSchenck
I tried to follow up the learning path Run an application locally then build a container for the front end and deploy it to OpenShift contributed by you.
I've used OpenShift Dev Spaces to do all steps. So, I have a few comments:
- There is a typo on Page 2:

I think it should be:
oc new-app –name=urlshortener-front $REGISTRY_HOST/$REGISTRY_USERNAME/urlshortener-front:latest
and then it's possible to expose the application using the next command from the learning path.
2. The frontend application didn't open any UI for me:

Here is my image for frontend application: podman pull quay.io/vsvydenk/urlshortener-front:latest