Hi!
If you skipped over the React app that was built in this section, here is what you should do:
Close Skaffold down by pressing Control-C in the terminal window that is running it.
Download the zip file attached to this lecture
Extract the ‘client’ folder into your root project directory
Extract the ‘skaffold.yaml’ file into your root project directory
Extract all the files in the ‘infra/k8s/’ directory into your project’s ‘infra/k8s’ directory
Step to do only if you are running Docker/Kubernetes on your local machine (if you are using Google Cloud then skip this)
Change into the ‘client’ directory at your terminal
Run ‘docker build -t YOURDOCKERID/client .’
Run ‘docker push YOURDOCKERID/client’
Change back to the root project directory.
Run ‘skaffold dev’
Give skaffold a little time to start up. You should then be able to access the app in your browser at ticketing.dev.