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.
- Django
- React
- Esbuild
- Dockerize everything
- Swap out SQLite for Postgres
Python 3.12.0 Django 4.2.6
python -m venv .venvsource .venv/bin/activatepip install -r requirements.txt
Node 16.20.0 React 18.2.0
npm inpm run start