This commit is contained in:
parent
fb6972b430
commit
18df310d77
2 changed files with 15 additions and 2 deletions
6
start.sh
Normal file
6
start.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue