Skip to content

caisbalderas/django_react_starter

Repository files navigation

Django React Starter

Django starter app using Webpack 2 and React (and a few extras). I put this together because it was difficult to find up to date resources on this topic. I will try my best to stay up to date on it but very much appreciate any PRs to help me with that.

This project puts you in a place to start development and skip the annoying setup.

Requirements

  • node
  • yarn package manager
  • python

Usage

  • git clone <repo_url>
  • cd django_react_starter/
  • yarn
  • yarn build-assets
  • pip install -r requirements.txt
  • export SECRET_KEY='yoursecretkey'
  • ./manage.py runserver
  • ENJOY

About

Django starter app using Webpack 2 and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors