Open
Description
Two repos are being managed independently. But both of the project share the same Core code. The main differences are the ARM template, and Docker between the two projects. Nuget package and npm package might be a good way to manage the Core code for Server and Client side Apps.
- Create Nuget Package to maintain both projects without manually updating them.
Is this even possible with the current project structure? Theres probably a better folder/project structure that would allow this.