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