Andrea VallaDec 3, 2019Agile Factory uses a monorepo project structure with several private npm modules. Lerna makes everything easier, e.g. maintain dependencies. Now is much faster than using local modules.1 upvote1490 views490CommentsCopy link
Andrea VallaNov 15, 2019One of our goals was the possibility to distribuite the application to customers without giving to them a nodejs application, so I choose pkg to package it inside a binary. It was easy to implement and make executables for different architectures.1 upvote1534 views534CommentsCopy link