How to best use a .Net backend with Nx #6890
jvskriubakken
started this conversation in
General
Replies: 3 comments
-
Hi @jvskriubakken,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @brandonroberts |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just want to add that we found it useful to use the nx-dotnet plugin. Thanks @brandonroberts ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We have been using create-react-app for building our react frontend and .net at the backend,
but are now wanting to use the very promising Nx.
What is the recommended approach when having a backend WEB-app written in .Net and C#? BTW we are aiming for a mono -repo containing more than one app.
Is it recommended to have the C# backend code reside within the same mono-repo? If so, where and how?
Or is it recommended to let the app be publishable and let the C# backend get the published npm?
Thanks for any guidance!
Jørund
Beta Was this translation helpful? Give feedback.
All reactions