> For the complete documentation index, see [llms.txt](https://docs.spurtcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spurtcommerce.com/front-end-angular-vendor-setup.md).

# 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
```
