iching-broker-level2/start.sh

6 lines
163 B
Bash
Raw Normal View History

2025-04-11 08:15:59 +00:00
#!/bin/bash
# Starte Backend im Hintergrund
2025-04-11 08:51:14 +00:00
node dist/backend/server.js &
2025-04-11 08:15:59 +00:00
# Starte Frontend
npx http-server dist/frontend -p 8080 --mime application/javascript=js