An open API service indexing awesome lists of open source software.

https://github.com/justdjango/django-react-boilerplate

A Django and React user authentication project boilerplate.
https://github.com/justdjango/django-react-boilerplate

Last synced: about 1 month ago
JSON representation

A Django and React user authentication project boilerplate.

Awesome Lists containing this project

README

        




JustDjango



The Definitive Django Learning Platform.

# Django React Boilerplate

[![alt text](https://github.com/justdjango/django-react-boilerplate/blob/master/thumbnail.png "Logo")](https://youtu.be/YKYVv0gm_0o)

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](https://youtu.be/YKYVv0gm_0o)

## Backend development workflow

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

## Frontend development workflow

```json
npm i
npm start
```

## For deploying

```json
npm run build
```

---

Other places you can find us:

YouTube
Twitter