Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Angular Setup & Execution

RandyDaddis edited this page Jan 27, 2019 · 6 revisions
  1. Install Node.js https://nodejs.org/en/

  2. Install Node Package Manager (NPM):

    npm install -g npm

  3. Install Angular CLI https://cli.angular.io/

    npm install -g @angular/cli

    npm cache verify

  4. Create Angular Application

    ng new spa --routing

  5. Start Angular Application

    ng serve

  6. Browser

    localhost:4200

Clone this wiki locally