I need your opinion on this. I have a projet that is developed with Angular and Express.Right now all the project resides in a single repository with a single package.json file containg dependencies for the API and the frontend APP.I am thinking of seperating both project into two seperate repositories and each project will have its corresponding dependecies.Is this the right thing to do? Sould I keep all my code inside a single repository like Google does?Is it possible to keep the project in a single repository with each part in a subfolder and manage them using Docker? If this is a good solution, are there any good tutorial for a similar case? (I don't know Docker that much)
Submitted February 17, 2019 at 06:36PM by ghassen_rjab
No comments:
Post a Comment