# Front End Angular Admin Setup

Once you have finished your initial Angular setup (Refer to **Angular Setup** under [Development and Setup](/getting-started/development-and-setup.md)), you can now build and deploy your Angular Admin.&#x20;

Follow these steps, while building the application in production mode → src→ environments → environment.prod.ts

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

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

Place your storeFront url in productUrl = ‘’; (for eg: “<mark style="color:blue;"><http://yourip.com/></mark>”)

Place your storeFront url in relatedProductUrl = ‘’; (for eg: “<mark style="color:blue;"><http://yourip.com/></mark>”)

Place your storeFront url in blogUrl = ‘’; (for eg: “<mark style="color:blue;"><http://yourip.com/></mark>”)

To build your application run the following command&#x20;

```
npm run large-build
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spurtcommerce.com/front-end-angular-admin-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
