diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..f08d2f7 --- /dev/null +++ b/compile.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +cd 00-backend +mvn package +cd ../01-frontend +npm install +cd .. \ No newline at end of file