Clean Architecture API Solution without client app SPA app #657
-
I have issue with this latest version that provided in this repository , I only need API section of this template and when I try to remove " ClientApp " folder and some configs in " WebApi.csproj " file , project build takes too long after it and solution will create another ClientApp folder (with "Src" folder and exc...) automatically, It would be great if there was another template for just an API Solution to makes it easy to use for us. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have done this for several projects. Here are the steps I take.
That should be good to run the project and not create a client app. |
Beta Was this translation helpful? Give feedback.
I have done this for several projects. Here are the steps I take.
src > WebUI > ClientApp
src > WebUI > WebUI.csproj