Skip to content

codingforinnovations/Django-React

Repository files navigation

For Programmers, By Programmers.

Django with React

This repository is the final code for the Django with Reactjs using Vite.


Get Started

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
Other places you can find us:
YouTube