Skip to content

jnutterdev/django-react

Repository files navigation

django with react

A project that's built with django and uses react on the frontend, replacing the default django views. Uses esbuild to bundle react components and css.

Tools

  • Django
  • React
  • Esbuild

Things to add

  • Dockerize everything
  • Swap out SQLite for Postgres

Setup notes

Python 3.12.0 Django 4.2.6

  • python -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt

Node 16.20.0 React 18.2.0

  • npm i
  • npm run start

About

app built with django on the backend and react on the frontend for views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages