
Start Angular
03 January 2020
by Caner Demir
1-) Install node.js and npm from nodejs.org. Verify that you are running node 8.x.x and npm 5.x.x by running node -v and npm -v in a terminal/console window. 2-) Install Angular CLI globally by run npm install -g @angular/cli command on your console. Now you have angular and package manager, we can move on and start building our Angular app. Let’s get
- Published in Tutorials
Tagged under:
Angular Tutorial
