All Projects → scottwoodall → Django React Template

scottwoodall / Django React Template

Licence: mit
Django & React Template For Building Web Applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Django React Template

Cookiecutter Django Rest
Build best practiced apis fast with Python3
Stars: ✭ 1,108 (+61.52%)
Mutual labels:  django, boilerplate
Aws Boilerplate
Opinionated full stack web app's boilerplate, ready to be deployed to AWS platform.
Stars: ✭ 682 (-0.58%)
Mutual labels:  django, boilerplate
Django Postgres Graphql Boilerplate
A Boilerplate for a Django-GraphQL Project
Stars: ✭ 17 (-97.52%)
Mutual labels:  django, boilerplate
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (-84.11%)
Mutual labels:  django, boilerplate
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (-81.63%)
Mutual labels:  django, boilerplate
Django React Typescript
A boilerplate with Django on the backend, React on the frontend, and much more!
Stars: ✭ 142 (-79.3%)
Mutual labels:  django, boilerplate
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (-81.34%)
Mutual labels:  django, boilerplate
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (-44.9%)
Mutual labels:  django, boilerplate
Pinax Stripe
a payments Django app for Stripe
Stars: ✭ 650 (-5.25%)
Mutual labels:  django
Django Dashing
django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
Stars: ✭ 660 (-3.79%)
Mutual labels:  django
Vortigern
A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more.
Stars: ✭ 647 (-5.69%)
Mutual labels:  boilerplate
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (-4.81%)
Mutual labels:  boilerplate
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (-3.5%)
Mutual labels:  django
Django Graphql Jwt
JSON Web Token (JWT) authentication for Graphene Django
Stars: ✭ 649 (-5.39%)
Mutual labels:  django
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (-2.04%)
Mutual labels:  django
React Redux Universal Hot Example
A starter boilerplate for a universal webapp using react, redux, express and feathers
Stars: ✭ 639 (-6.85%)
Mutual labels:  boilerplate
React Native Meteor Boilerplate
Stars: ✭ 637 (-7.14%)
Mutual labels:  boilerplate
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (-2.04%)
Mutual labels:  boilerplate
Postgrest Starter Kit
Starter Kit and tooling for authoring REST API backends with PostgREST
Stars: ✭ 657 (-4.23%)
Mutual labels:  boilerplate
Django Markdownx
Comprehensive Markdown plugin built for Django
Stars: ✭ 657 (-4.23%)
Mutual labels:  django

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

TODO

  1. Build production configs

Screenshot

screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].