0% found this document useful (0 votes)
7 views6 pages

Frontend Setup

test

Uploaded by

yeney81920
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views6 pages

Frontend Setup

test

Uploaded by

yeney81920
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Handover Document

For

PROS

Prepared By

Celebal Technologies Private Ltd.

Author:
Reviewer
How To Run The Code In Local System
Step 1: Clone
To get started, first clone the repository to your local machine:

• https://[email protected]/PROSMicrosoftCelebal/OpenAiSpmPriceMethod/_g
it/OpenAiSpmPriceMethod

Step 2: change the branch


• git checkout latest

Step 3: change the directory


• cd /OpenAiSpmPriceMethod
• cd /Frontend

Step 4: Installation
Install Dependencies

• npm i

Step 5: Run
• npm run dev
How to Deploy the code on App service
Prerequisites
1. Azure Account: Ensure you have an active Azure account.
2. Azure DevOps Account: You need access to Azure DevOps. If you don’t have
an account, you can create one at dev.azure.com.
3. App Service Plan and Web App: Ensure you have an App Service Plan
and Web App created in Azure App Service.

Steps to Set Up Deployment


 Step 1 : Navigate to the active app service
 Step 2: Navigate to the Advanced Tools

 Step 3: After navigating the advanced tools find PowerShell option


under debug console.

 Step 4 : Click on site folder


 Step 5: Under site folder click on wwwroot folder

 Step 6: Create a Build


o npm run build
 Step 7 :When build is created drag and drop dist folder content here

You might also like