art-ist / onYOURway

Plattform for Mappers - The Future is Around You
http://onYOURway.at
Other
3 stars 3 forks source link

Seperate web forntent (aka onYOURway-client) from webservice backand #10

Closed art-ist closed 9 years ago

art-ist commented 10 years ago

By seperating the app from the service it is going to be easier to contribute or use just one of the components.

almereyda commented 10 years ago

:+1:

art-ist commented 9 years ago

See https://github.com/Svakinn/SplitTowel for inspiration.

art-ist commented 9 years ago

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

almereyda commented 9 years ago

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, ...?).

art-ist commented 9 years ago

Server and client components are in seperate projects now and can be treated independently.