https://github.com/xtream1101/django-react-boilerplate
Boilerplate repo for starting a project with a Django rest framework backend and React frontend
https://github.com/xtream1101/django-react-boilerplate
Last synced: 6 months ago
JSON representation
Boilerplate repo for starting a project with a Django rest framework backend and React frontend
- Host: GitHub
- URL: https://github.com/xtream1101/django-react-boilerplate
- Owner: xtream1101
- License: agpl-3.0
- Created: 2024-03-10T15:56:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T02:38:52.000Z (over 1 year ago)
- Last Synced: 2025-04-09T17:15:26.569Z (over 1 year ago)
- Language: TypeScript
- Size: 1.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django + React Boiler Plate
## Setup
1. Install pre-commit:
2. Install pre-commit hooks:
```bash
# Run from the repo root
pre-commit install
```
1. To run the pre-commit hooks manually:
```bash
pre-commit run --all-files
```
3. Setup the backend at [backend/README.md](backend/README.md)
4. Setup the frontend at [frontend/README.md](frontend/README.md)
5. Check out the [justfile](https://github.com/casey/just) commands available: `just --list`
6. [Bruno API Client](https://www.usebruno.com/) examples are in the backend folder `bruno-client/`
- They will work with the defaults created on server start up