/django-react

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

Primary LanguageJavaScript

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