Django & React Template
A collection of Django and React modules designed to help bootstrap your next Django web application, reducing setup time and boilerplate.
Key Features:
- Integrated Django and React: Combines a powerful backend framework with a flexible frontend library.
- Modern Tooling: Pre-configured with modern development tools to enhance productivity.
- Quick Installation: Get started with a few simple commands, minimizing initial setup.
Use Cases:
- Rapid prototyping of web applications.
- Building scalable web applications with a clear separation of concerns.
- Projects requiring a robust backend with a dynamic user interface.
Installation
export project_name={{ project_name }}
mkvirtualenv $project_name
pip install django
django-admin.py startproject --template=https://github.com/scottwoodall/django-react-template/archive/master.zip $project_name
cd $project_name
- Follow backend/README.md
- Follow frontend/README.md