Hot-reloading #256
Unanswered
tomvictor303
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running
Easily set up a local development environment with single command!
npm run docker:dev
🚀Now, I can see running api at http://localhost:4000/
My Question
I changed code in
src
directory and saved it.But I can see change in http://localhost:4000.
Do I need to re-build container every time I change code ?
Beta Was this translation helpful? Give feedback.
All reactions