- Clone repository
git clone https://github.com/blopa2000/react-flask.git
the application needs the environment variable
REACT_APP_SERVER
the port where the server is running examplehttp://localhost:5000
Go to folder server
cd server
pip install -r requirements.txt
python src/app.py
Go to folder app
cd app
npm i
npm start