Skip to content

Repository files navigation

Angular 21.1.4 — WSC2026

A small, real Angular application (version 21.1.4), part of the WorldSkills 2026 Web Technologies (TP17) set. Runtime pinned to the competition spec.

Run it

docker compose up --build

Then 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.

Develop

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 start

The dev server runs on http://localhost and reloads on save. Edit src/app/app.html and src/app/app.ts to change the app.

Stack

  • Node 24.1.0 / npm 11.5.0
  • Angular 21.1.4

About

WSC2026 TP17 — angular 21.1.4 upstream source @ tag + Docker setup

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages