Skip to content

Steinente/game-hub

Repository files navigation

Game Hub

Angular-SSR-Projekt für einen Spiel-Hub mit PWA-Unterstützung.

Voraussetzungen

  • Docker Desktop (inkl. Docker Compose)

Start mit Docker Compose

  1. Im Projektordner starten:
docker compose up --build
  1. App im Browser öffnen:
http://localhost:4000

Die Compose-Konfiguration führt im Container automatisch aus:

  • npm ci
  • npm run build
  • npm run serve:ssr:game-hub

Wichtige Docker-Befehle

Container stoppen:

docker compose down

Logs anzeigen:

docker compose logs -f

Komplett neu aufsetzen (inkl. Node-Module-Volume):

docker compose down -v
docker compose up --build

Lokale Entwicklung ohne Docker

npm install
npm start

Dann unter http://localhost:4200 testen.

Tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors