Newsletter For A Template
Join the Community For A Template
Subscribe to A Template newsletter for the latest news and updates
A Django and React template designed to bootstrap web application development with modern tools and configurations.
NoGeek offers technical consulting, coaching, and products for CTOs, architects, and entrepreneurs focusing on high concurrency and system design.
A collection of Django and React modules designed to help bootstrap your next Django web application, reducing setup time and boilerplate.
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