Skip to content

Byeongin-Jeong/react-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Concept

React-Django Default Project provided

Development Environment

  1. python interpreter => python 3.8
  2. library
  • django (pip install django)
  • django rest framework(pip install djangorestframework)
  • django cors headers (pip install django-cors-headers)
  1. npm
  • It is installed together with Node.js installation
  1. yarn
  • npm install -g yarn

Structure

Backend - django, dajngo rest framework

Frontend - react

Dir Structure

image

Server Running

  1. Open 2 command windows
  2. django server running
  • python manage.py runserver
  1. react server running
  • yarn start

Open url

http://localhost:3000

References

https://choco-life.tistory.com/42

About

React-Django Default Project provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published