#app & api project management
6 messages · Page 1 of 1 (latest)
Branches should be for parallel development of the same code base.
Either you'd have two repos or you'd have two folders in the same repo.
If the code for both needs to be deployed together then I'd do both in the same repo. If not it's up to you.