Clean Architecture without SPA #666
Closed
EhsanHabib
started this conversation in
Ideas
Replies: 2 comments
-
I second this or better put clientApp in its own separate project |
Beta Was this translation helpful? Give feedback.
0 replies
-
The template now supports three options:
Create a new solution from the command-line: dotnet new ca-sln Options: -n, --name The name of the output being created (default is output directory)
-o, --output Location to place the generated content
-cf, --client-framework The type of client framework to use
-us, --use-sqlite Whether to use SQLite instead of LocalDB Example dotnet new ca-sln -cf React |
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
-
Hey @jasontaylordev, wouldn't it be nice to create a separate solution template for only Web Api because not everyone in the world is using Angular as a Client Application.
Beta Was this translation helpful? Give feedback.
All reactions