How can I enable hot reloading of frontend changes #1195
-
        First Check
 Commit to Help
 Example CodeDescription
 Operating SystemmacOS Operating System DetailsIntel Processor Python Versionlatest - see docker compose Additional ContextNo response  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            alejsdev
          
      
      
        May 3, 2024 
      
    
    Replies: 1 comment
-
| 
         Hi @ralfgehrer, building the image at every change will not be as productive as running the local development server with live reload. It's documented in the same docs, you can check it here: https://github.com/tiangolo/full-stack-fastapi-template/tree/master/frontend#frontend-development 🚀  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        alejsdev
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi @ralfgehrer, building the image at every change will not be as productive as running the local development server with live reload. It's documented in the same docs, you can check it here: https://github.com/tiangolo/full-stack-fastapi-template/tree/master/frontend#frontend-development 🚀