Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 692 Bytes

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

  5. Check out the justfile commands available: just --list

  6. Bruno API Client examples are in the backend folder bruno-client/

    • They will work with the defaults created on server start up