Skip to content

kmrul/Django-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published