cd frontend npm i cd backend npm i
cd frontend npm run dev
cd backend tsc -b node dist/index.js
Will improve the UI later