Wednesday, February 21, 2018

Adding standalone SPA to Visual Studio solution

Hi,

I'm trying to figure out a folder and project structure that works for my team. We have the following:

  • Angular Frontend (Standalone, hosted in docker with nginx)
  • Services Backend (ASP.Net Core 2 )
    • Several projects that can be added to the host, like modules
  • Backend Tests
  • Frontend Tests
  • Integration Tests
  • Docker config files
  • Project specific config files

There are a lot of things that currently live in a big src folder. I would like to restructure this into something that makes sense. Are there any guidelines I can follow?

It would be preferable, if we can access and edit all files from a Visual Studio solution since not all developers have jumped on the VSCode bandwagon. It appears as if I can't add an empty project that does nothing more than show the files inside it, I have to wrap in a Visual Studio project. Any idea about that issue?

Adding standalone SPA to Visual Studio solution Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team