[E] Examples Part A

There is an example repo with code samples that you can use as a utility all through this part of the course. It contains a set of various example programs that you can learn from.

Get the example repo

Review the content of the repo Examples Part A at GitLab for the course.

You can clone the repo like this.

Move into the repo and explore it.

You can run it locally like this.

Open your web browser and point to http://localhost:9001/.

http-server

Try navigate to the first exercise. You will find all source for the first exercise "Hello World" in the directory example/html/hello-world by clicking your way through the web browser.

Remember that this repo is the teachers actual place for hosting some of the course material, so it might contain some good stuff.