# Front End Angular Vendor Setup

Once you have finished your initial Angular vendor setup (Refer to Angular vendor Setup under Development and Setup), you can now build and deploy your Angular Admin.

Follow these steps while building the application in production mode → src→ environments → environment.prod.ts&#x20;

Step: 1 - Place your base url in storeUrl = ‘’;  (for eg : “<mark style="color:blue;"><http://localhost:9000/api/></mark>”)

Step:2 - Place your imageurl in imageUrl = ””; (for eg : “<mark style="color:blue;"><http://localhost:9000/api/media/image-resize></mark>”)

Step:3 - To build your application run the following command&#x20;

```
ng build – prod
```
