npm install
afterwards,
npm start
In the back-end you would find requirements.txt which includes all the required modules. To install those run inside the dir
pip install -r requirements.txt
An Anaconda environment is preferred.
set FLASK_APP=app.py
flask run
to start the server.
export FLASK_APP=app.py
flask run
to up and run the server.