Quantcast
Channel: JMP - Angular
Viewing all articles
Browse latest Browse all 5

NgCore - Angular App with Dot Net Core

$
0
0

Before getting started, I recommend looking at using https://cmder.net/ for Command Editor.  

Prerequisites:

  1. Angular installed globally: 
    npm install -g @angular/cli
  2. Visual Studio Code or Visual Studio Community (or other full version)
  3. 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:

  1. Create folder for the project, in my case "NgCore"
  2. Run the following command from within the project folder:  
    ng new NgCoreApp
  3. Run the following command from withing the "NgCoreApp" folder: 
    ng build
  4. Run the app from the "dist" folder (created by the "ng build")

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles



Latest Images