iching-broker-level2/start.sh
Christopher Hase 0189cc2157
All checks were successful
ci / build (push) Successful in 1m36s
add http-server part 8.5.1
2025-04-14 15:02:31 +02:00

5 lines
No EOL
159 B
Bash

# start backend in the background
node dist/backend/server.js &
# start frontend
npx http-server dist/frontend -p 8080 --cors --mime application/javascript=js