What is your development flow with Nx? #19929
bertrand-ravier
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
We've been using Nx since the beginning of the year, and it's been an incredible tool. It has significantly streamlined our daily tasks, especially in managing our front-end applications.
Until now, we primarily focused on developing one application at a time. We followed the Git Flow methodology by merging our code into a "dev" branch, and then into a "release" branch with the version number of the application under development. This allowed our testers to validate the changes before deploying them to the "master" branch for production.
However, our situation has evolved, and we now need to work on two applications simultaneously. Our current workflow no longer seems suitable for this new reality.
So, I'm reaching out to gather your experiences and insights on this. Thanks in advance for your valuable input! :)
Beta Was this translation helpful? Give feedback.
All reactions