/mutual-fund

Primary LanguageJavaScript

run app

enter app folder and run

python3 -m venv .venv

source .venv/bin/activate

pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt

python3 app.py

enter web folder and run

yarn && yarn start

open browser and enter http://127.0.0.1:3000 to visit this demo