Angular CLI
Angular (5) and aspnet core (2) quickstart
Here is a get-up-and-go style post to get going with the angular CLI and aspnet core. Before we begin, there is a template you can use to set (most, if not more) of this up, but it’s good to know what is going on behind the curtains.
First things first.
You need some tools installed to get the base project set up.
- dotnet core SDK
- Node
- angular-cli which we’ll install using NPM.
Open a command prompt and run the following command: