Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.22 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.22 KB

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