5 lines
No EOL
159 B
Bash
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 |