build angular project

JavaScript
ng build --prod
ng build --configuration=<env> --output-hashing=allng new 
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project

cd angular-project
ng serve      
      ng build <project> [options]
    
Source

Also in JavaScript: