- Node
- Python 3.x
- Pip
- Yarn (Optional)
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt- Go to root and run
python3 app.py - Now server is running in
http://0.0.0.0:5000/
yarnornpm installyarn serveornpm run serve- Now client is running in
http://localhost:8080/