Sep 4, 2018 · 1 min read
Indeed, having a client and server implementation in a single repository makes it easier to develop (and deploy!) both entities to production.
Of course, this may not be the proper approach for everyone, but one should always look for a proper directory structure within the repository when mixing entity types (API server, client, etc…) before attempting to split the project into multiple repositories.
