You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change folder structure to include package.json in ClientApp > src
JavaSscriptServices uses similar folder structure but is started independently. Project should be started using npm scripts and served independently of BackEnd server side code
Main problem is how to integrate .net core web server once front end is started from npm scripts. How to swap out traditional node express web server with .net core?
Main problem is how to integrate .net core web server once front end is started from npm scripts. How to swap out traditional node express web server with .net core?