/django-react-pwa

Minimal Django ReactJS PWA

Primary LanguagePythonMIT LicenseMIT

django-react-pwa

Minimal boilerplate using Django default cookie based session authentication, ReactJS, and service worker.

Lighthouse Report

Install

git clone <this>
mkvirtualenv django-react-pwa --python=python3
pip install -r requirements.txt

Usage

python manage.py createsuperuser
python manage.py runserver

License

The MIT License (MIT). Please see License File for more information.