mirror of https://github.com/OpenVidu/openvidu.git
7 lines
212 B
Bash
7 lines
212 B
Bash
![]() |
#!/bin/sh
|
||
|
cd frontend
|
||
|
ng build --output-path ./../backend/openvidu-sample-app/src/main/resources/static
|
||
|
cd ../backend/openvidu-sample-app
|
||
|
mvn clean package
|
||
|
java -jar target/openvidu-sample-app-0.0.1-SNAPSHOT.war
|