--- a
+++ b/server.sh
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+cd client
+npm run build
+
+cd ../server
+sudo python3 app.py
\ No newline at end of file