Welcome to your new single-page application, built with:
To help you get started, we've also set up:
ng serve
. It runs in the background automatically, so your client-side resources are dynamically built on demand and the page refreshes when you modify any file.dotnet publish
configuration automatically invokes ng build
to produce minified, ahead-of-time compiled JavaScript files.The ClientApp
subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any ng
command (e.g., ng test
), or use npm
to install extra packages into it.