> 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-admin-setup.md).

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