Skip to content
bhavana sathyakeerthi edited this page Jul 10, 2018 · 1 revision
  1. Download node.js from https://nodejs.org/en/ version 8.11.3
  2. Once nodejs is installed, you can check the version of node in the command line using the command, $ node –v $ npm -v"
  3. $ npm install -g @angular/cli (May face proxy issue )
  4. $ ng new my-app
  5. $ cd my-app
  6. $ ng serve --open"
Clone this wiki locally