This project is a react single page application front end with a flask backend.
git clone https://github.com/code-genome/codegenome_ui.git
yarn install
python3 -m venv .venv
. .venv/bin/activate
pip3 install -r requirements.txt
From the project root, create the cypress fixtures folder:mkdir -p cypress/fixtures
yarn build
(takes about 3m23s)python wsgi.py
-
Launch your favorite browser and enter the following URL in the address bar:
http://localhost:5000