# Front End Angular Admin Setup

Once you have finished your initial Angular setup (Refer to **Angular Setup** under [Development and Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup)), 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
```
