Servidor instantáneo con Python

Si no tienes uv:

python -m http.server 8000

Si tienes —como deberías— uv:

uv run python -m http.server 8000