- App is a monorepo containing FE & BE
- App is made with Meteor
- API and server information can be found at
/serverfolder - There's also "common" (server code) at
/appfolder (this looks like the meteor standard for packages) - Packaging was using Meteor packages but now normal import/requires can be used. This is much better
- This folder encapsulates packages (like a Pluggabble structure)