Replies: 3 comments 2 replies
-
It says so in the frontend/readme Notice that this live server is not running inside Docker, it's for local development, and that is the recommended workflow. Once you are happy with your frontend, you can build the frontend Docker image and start it, to test it in a production-like environment. But building the image at every change will not be as productive as running the local development server with live reload. |
Beta Was this translation helpful? Give feedback.
-
It seems like using a dev container would be a better approach. I'll see if I can get it working for this template. |
Beta Was this translation helpful? Give feedback.
-
I ended up using this setup: didnt test it much, might not work when you update dependencies.. update
add a
update
|
Beta Was this translation helpful? Give feedback.
-
First Check
Commit to Help
Example Code
Description
I am just beginning to use this project, therefore I apologize if I am not understanding the obvious. I have always preferred developing using Docker containers in order to leave my dev machine as clean as possible. I don't see the advantage of having a development compose yml if it is also encouraged to install both backend and frontend locally.
Operating System
macOS
Operating System Details
Sequoia 15.2 (although irrelevant for the topic)
Python Version
3.11.3 (similarly, why are you asking for python version? Isn't it determined inside backend's dockerfile?)
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions