React & Django Integration in 7 Minutes

Опубликовано: 17 Октябрь 2024
на канале: Impytus
442
18

Thanks for watching :)

Source Code:
https://github.com/mazariii/YouTube-T...

Commands:
npm create vite@latest
cd frontend
npm install
npm run dev
django-admin startproject api
cd api
python manage.py runserver