For Programmers, By Programmers.
This repository is the final code for the Django with Reactjs using Vite.
Get Started with the Tutorial
$ mkdir ~/Dev/djangoreact
$ cd ~/Dev/djangoreact
$ git clone https://github.com/codingforinnovations/Django-React .
$ python3.9 -m virtualenv .
$ source bin/activate
(djangoreact) $ pip install -r requirements.txt
Run Django Server
(djangoreact) $ python manage.py runserver
Install React JS Libraries
(djangoreact) $ npm i
React JS Dev Server
(djangoreact) $ npm run dev
React JS Build
(djangoreact) $ npm run build