Building the Distribution Folder

To build the distribution folder containing your angular application, type the following at the prompt:

ng build --prod

The dist folder has been created for you by the Angular-cli.

Save the changes and do a Git commit with the message "Build".