Environment Install
- npm
- node.js
- python3
- pip
Project Structure:
/frontend /backend
Build Frontend
cd frontend && npm i
Run Backend
cd backend && python3 app.py
AFTER BUILD FRONTEND AND HAVE BACKEND RUNNING
Inside /frontend do ng serve and go to your Chrome browser: http://localhost:4200

Log in or sign up for Devpost to join the conversation.