-
Notifications
You must be signed in to change notification settings - Fork 8
Migrate to monorepo setup for Opla project #1
Comments
About merging front and backend. (not zoapp for now, no libs) Benefitssaves precious development time
makes the app easier to install for users/admins
Risks1 commit for 2 releases. Beware of downtime due to api changes. Every change should be retrocompatible with the previous version(s), between backend and front. How to proceedPreparation Phase
Real transition (to do at night or over the weekend)
|
Merge existing code into this repository
Backport existing code into this repo
About commit historyThe tricky point is not about moving the code into a single repo, but is about moving the code into subfoldlers (
Short term github workaround : a chrome extension allows to add an easy link to the history before the file got renamed. Try it yourself with Locally just run Long term fix : upvote this issue. |
Add docker setup and add in /README how to install it |
@mikbry Docker like docker-compose (what's in community edition) or docker kubernetes ? |
docker-compose as in community-edition |
This is done in #18. |
See
Yarn Workspaces
https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/
https://hackernoon.com/one-vs-many-why-we-moved-from-multiple-git-repos-to-a-monorepo-and-how-we-set-it-up-f4abb0cfe469
The text was updated successfully, but these errors were encountered: