Install Flask but also nodejs in conda environment
conda env create --file server/environment.yml
conda activate flask_vue_bokeh
python server/app.py [--DEBUG]
python server/app.py [--DEBUG] --PROD
black .
conda activate flask_vue_bokeh
yarn --cwd frontend/ install
yarn --cwd frontend/ run serve
yarn --cwd frontend/ run build
yarn --cwd frontend/ run lint