Install dependencies # backend $ pipenv install # frontend $ yarn install Serve backend $ pipenv run python backend.py Serve frontend $ yarn start Go to http://localhost:3000