- Install nodejs environment; Offical Site
- Install angular-cli by use command: npm install -g @angular/cli
- Make a directory that hold all the project files
- Command: ng new ${your_hello_world_name}
- When it's done, Command: ng serve; then you can see the hello world at localhost:4200 when it's started