Hi We re developing SPA…
Hi. We’re developing SPA’s with .NET Core. So ASPNETCore would be the backend of our SPA application. What would be the best practice for that?
Responses:
I think you should keep the backend on its own, out of the monorepo. I don’t see any way Nx could work with such a different technology
Thanks. I think that would cause troubles cause CI builds would need both the frontend and backend to create the complete hosted app. I would need to pull from two different git repos on CI then….hm
You could just keep your backend in a separate top level folder from apps