ng new project-name-goes-here
This will create a new folder and set up an empty project there.
ng serve --open
Will serve the application and open the default web browser to it.
ng generate component super-duper-component
Will generate a new component called super-duper-component