Closed art-ist closed 9 years ago
:+1:
See https://github.com/Svakinn/SplitTowel for inspiration.
Still need a plan to not just split up to different VS Projects in one Repo but how to use two Repos, one for each Project (Server, Client) but still would like to manage it in a single VS Solution.
I know that is no issue to devs not using VS but it can simplify a lot for people who do. VS = Visual Studio 2013, currently
Thanks for the explanation of the term VS.
Does it have git support? If yes, one could try the submodule
approach.
Or publishing the client on an integrated package manager (NuGet, ...?).
Server and client components are in seperate projects now and can be treated independently.
By seperating the app from the service it is going to be easier to contribute or use just one of the components.