https://cli.angular.io/reference.pdf
| Commands | Description |
|---|---|
| ng help | returns all commands with flags they can take as a param |
| ng new [project-name] | create a brand new angular project with live server BANG! |
| ng init | grabs name from folder that already exist |
| ng build | builds the production version of project |