TIL that there can be a client repo and server repo

Posted by milonolan@reddit | learnprogramming | View on Reddit | 9 comments

Second year computer engineering student. We've used quite a lot of git version control etc, and I've always been able to perform API fetches. But today I was working with one of our startUp repo that apparently is a "client" repo.

How do you make a repo client or server? It is related more to what's in the package.json?

Or is it something you set in your code?

Is it different from GitHub repo?

How does it work?

Is it common to do this?