Agile 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 upvote1491 views491CommentsCopy link
One 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 upvote1535 views535CommentsCopy link