iching-broker-level2/start.sh
Christopher Hase 18df310d77
All checks were successful
ci / build (push) Successful in 1m9s
add http-server part 7.2
2025-04-11 10:15:59 +02:00

6 lines
No EOL
168 B
Bash

#!/bin/bash
# Starte Backend im Hintergrund
node /app/dist/backend/server.js &
# Starte Frontend
npx http-server dist/frontend -p 8080 --mime application/javascript=js