(this repository only pretends to show at what exact point I am in the Angular course of Udemy)
This project was generated with Angular CLI version 6.2.5.
First af all, Make sure you have Node.js® and npm installed.
https://docs.npmjs.com/getting-started/installing-node
$ cd /.../...
$ npm install -g @angular/cli
$ ng new hello-world
$ cd hello-world
--folder e2e
--folder src
--file .editorconfig
--file .gitignore
--file README.md
--file angular.json
--file package-lock.json
--file package.json
--file tsconfig.json
--file tslint.json
$ cd /.../hello-world (note that /.../ needs to be replaced with your project folder path)
$ git clone https://github.com/uri-ustrell/angular-helloworld.git
Run ng serve for a dev server. Navigate to http://localhost:4200/.
#enjoy#