weitingyp / shellhacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 62.8%Language:CSS 25.5%Language:HTML 9.9%Language:JavaScript 1.6%Language:Shell 0.2%