diff --git a/commad.sh b/commad.sh new file mode 100644 index 0000000..33371e3 --- /dev/null +++ b/commad.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Navigate to the API folder and start the server +cd ./api +npm start & + +# Navigate to the client folder and start the client +cd ../client +npm run dev \ No newline at end of file