A small, real Angular application (version 21.1.4), part of the WorldSkills 2026 Web Technologies (TP17) set. Runtime pinned to the competition spec.
docker compose up --buildThen open http://localhost. This runs the Angular dev server (ng serve) inside Docker on
port 80. The WSC2026 ingress hosts (*.skill17.com) are allowed via allowedHosts in
angular.json, so it also works behind the cloud ingress.
Stop it with docker compose down.
For a hot-reloading loop on your machine you need Node 24.1.0 and npm 11.5.0 installed locally (the same versions the Docker image pins).
npm install
npm startThe dev server runs on http://localhost and reloads on save. Edit src/app/app.html and src/app/app.ts to change the app.
- Node 24.1.0 / npm 11.5.0
- Angular 21.1.4