django-react-login
django-react-login copied to clipboard
Simple project with django/reactjs with login using oauth2
React/Django app
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