We are currently developing a project with a Node.js backend, a web interface and a mobile web interface. Currently, the project is divided into 2 folders,
Since the shared folders in both projects are .git, node_modules and .vscode, I do not see any visible conflicts. Right now, between the two projects there is not much common code, and we can leave each of them, but I wonder if merging the two into one folder can be more productive. Anyone have any suggestions or opinions on this?
source share