JonathanShitrit / Django-React-Boilerplate

A boilerplate for Django/React applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-React-Boilerplate

About

A Django project boilerplate/template with lots of state of the art libraries and tools like:

  • React, for building interactive UIs
  • Material-UI, for responsive styling
  • Webpack, for bundling static assets
  • Babel, used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript that can be run by older JavaScript engines.

Project bootstrap

  • Make sure you have Python 3.8 installed
  • Install Django with pip install django, to have the django-admin command available.
  • Open the command line and go to the directory you want to start your project in.

About

A boilerplate for Django/React applications


Languages

Language:Python 72.9%Language:JavaScript 21.5%Language:HTML 5.6%