Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottwoodall/django-react-template
Django & React Template For Building Web Applications
https://github.com/scottwoodall/django-react-template
boilerplate django react-template
Last synced: about 1 month ago
JSON representation
Django & React Template For Building Web Applications
- Host: GitHub
- URL: https://github.com/scottwoodall/django-react-template
- Owner: scottwoodall
- License: mit
- Created: 2016-03-02T00:34:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T19:37:33.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T20:14:37.294Z (5 months ago)
- Topics: boilerplate, django, react-template
- Language: JavaScript
- Homepage:
- Size: 13.8 MB
- Stars: 801
- Watchers: 41
- Forks: 153
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.The 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](backend/README.md)
1. Follow [frontend/README.md](frontend/README.md)## TODO
1. Build production configs## Screenshot
![screenshot](screenshot.png)