-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bhavana sathyakeerthi edited this page Jul 10, 2018
·
1 revision
- Download node.js from https://nodejs.org/en/ version 8.11.3
- Once nodejs is installed, you can check the version of node in the command line using the command, $ node –v $ npm -v"
- $ npm install -g @angular/cli (May face proxy issue )
- $ ng new my-app
- $ cd my-app
- $ ng serve --open"