Skip to content

Boilerplate repo for starting a project with a Django rest framework backend and React frontend

License

Notifications You must be signed in to change notification settings

xtream1101/django-react-boilerplate

Repository files navigation

Django + React Boiler Plate

Setup

  1. Install pre-commit: https://pre-commit.com/

  2. Install pre-commit hooks:

    # Run from the repo root
    pre-commit install
    1. To run the pre-commit hooks manually:

      pre-commit run --all-files
  3. Setup the backend at backend/README.md

  4. Setup the frontend at frontend/README.md

About

Boilerplate repo for starting a project with a Django rest framework backend and React frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published