Client cd client/flask4all npm install npm start Server cd server source env/bin/activate pip install -r requirements.txt FLASK_APP=app.py flask run