by joe.pesch
8. September 2019 12:57
Before getting started, I recommend looking at using https://cmder.net/ for Command Editor.
Prerequisites:
- Angular installed globally:
npm install -g @angular/cli
- Visual Studio Code or Visual Studio Community (or other full version)
- Node.js v. 8.10.0 or higher (https://nodejs.org/en/download/) to check current version, run command:
node -v
Steps to create project:
- Create folder for the project, in my case "NgCore"
- Run the following command from within the project folder:
ng new NgCoreApp
- Run the following command from withing the "NgCoreApp" folder:
ng build
- Run the app from the "dist" folder (created by the "ng build")
649b4c45-5e67-49e1-b978-0daa454871bd|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags:
Angular | ASP.Net Core