Svelte in its own "frontend" Django app: load a single HTML template and let Svelte manage the frontend
(svelte) Install the dependencies...
cd frontend
npm install
To create an optimised version of the frontend app:
cd frontend
npm run build
Run the local dev server:
python manage.py runserver
http://127.0.0.1:8000/