Skip to content

t-ho/django-react-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Django & React Template

A collection of Django and React modules that will help bootstrap your next Django web application.

Motivation

Getting a new project up and running can be time consuming and demotivating when what you really want is to just work on your idea. It can take hours/days to get through all the boilerplate before you can get to any actual work.

This goal of this project is to give you a strong, modern project with just a few commands so you can begin writing your application from the start and not worry about boilerplate.

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
  1. Follow backend/README.md
  2. Follow frontend/README.md

TODO

  1. Build production configs

Screenshot

screenshot

About

Django & React Template For Building Web Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • Python 14.4%
  • HTML 4.7%
  • CSS 2.9%