Phase 5: Frontend & Deployment
templates/index.html is a single SPA served directly by Starlette.
Tasks
- Split static assets (JS, CSS, images) from HTML
- Configure CDN or object storage for static files
- Add cache headers
Files
templates/index.html, web_tutor.py
Phase 5: Frontend & Deployment
templates/index.htmlis a single SPA served directly by Starlette.Tasks
Files
templates/index.html,web_tutor.py