Skip to content

RodrigoBLima/django-react-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React/Django app

Linkedin Badge

Git Stars Last Commit Codacy Quality

Setup

  • Download/clone repo.
  • Create and activate a virtual environment.
  • Install Django and other dependencies with pip install -r requirements.txt.
  • Run Django app using python manage.py runserver.
  • Install React dependencies with npm install.
  • Run React app with npm start.
  • Build React app using npm run build.

License

MIT License