Minimal boilerplate using Django default cookie based session authentication, ReactJS, and service worker.
git clone <this>
mkvirtualenv django-react-pwa --python=python3
pip install -r requirements.txt
python manage.py createsuperuser
python manage.py runserver
The MIT License (MIT). Please see License File for more information.