-
Notifications
You must be signed in to change notification settings - Fork 1
Website Deployment
As stated in the previous sections, the deployment is being done using Azure. This guide explains how to do in a few steps the deployment of the Front-End.
As explained in the section about the technologies our Front-End technology is Angular, so the deployment should be accordingly.
The first step is to build the project. The build is being done by Angular CLI (the command line of Angular). The build is being done from the src directory. To enter this directory we should go in the following path:
After that we will build the project using the following command 'ng build --prod':
After the build is done successfully, there will be created a dist folder inside the client directory. This folder will hold the the compiled Front-End code. The folder is in the following structure: