After installing the required dependencies, build the static site by running the following command in the react-frontend folder
yarn vite buildThen, boot up the web server with the following command from the root:
gunicorn --worker-class eventlet -w 1 -b localhost:3000 backend:app