Preserving SPA tool chains (e.g. Angular CLI) #868
Description
I know several asked how to specifically integrate angular CLI into the template:
2/14 blog announcement. It has also been mentioned as part of other issue threads on GitHub (#97).
I use Angular CLI and asp.net core, and really like the idea of these templates integrating the asp client-server and the associated tooling you've developed. But removing the spa/client native tooling such as Angular CLI is a deal breaker for me. I do not use React/Redux, but I would imagine there may be similar issues.
I have seen several options for this, and I like the idea of this 2 project solution:
Angular2 CLI with ASP.NET Core application - tutorial
Here, the asp.net core backend has one project, and the spa frontend another. The build process for the spa frontend writes distribution to the wwwroot folder of the asp.net core application.
Currently, the template is not useful to me other than a demo. In the future, I hope these templates can be my starter projects, once they leverage the SPA framework functionality, while still facilitating asp.net core - spa integration/build/CI.