Django React App Backend create & active virtual environment cd backend virtualenv env source env/bin/active Install python package pip install -r requirements.txt Run django python manage.py runserver Frontend For only create new react npm create vite@latest frontend -- --template react Install react libray npm install axios react-router-dom jwt-decode Run frontend cd frontend npm install npm run dev