Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 453 Bytes

File metadata and controls

19 lines (10 loc) · 453 Bytes

Shellhacks: Diverse Voices

Create virtual environment and install libraries

$ cd react-flask-app/api

$ python3 -m venv venv

$ pip install -r requirements.txt

Instructions to run

Make sure that the venv is set-up and necessary Python modules have been installed. Returning to the home directory:

$ cd react-flask-app

$ yarn start, which launches the front-end React app

$ yarn start-api, which launches the back-end Flask API