All Projects → justdjango → Django React Boilerplate

justdjango / Django React Boilerplate

A Django and React user authentication project boilerplate.

Programming Languages

javascript
184084 projects - #8 most used programming language

JustDjango

The Definitive Django Learning Platform.

Django React Boilerplate

alt text

This repository contains a boilerplate project setup for Django and React. The project contains backend user authentication with the Django Rest Framework and rest-auth. The frontend has react redux setup for user authentication by storing the token in localstorage.

Watch the tutorial on how to integrate Django and React

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build

Other places you can find us:

YouTube Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].