Run Application
Overview
Once the local setup is completed, the next step is to run the application locally. This document provides the steps on how to run the digit-ui on a local machine.
Steps
Configure Environment File
Step 1: To run the application in the local environment, add the .env
file in the example
folder -
Step 2: Copy the below content and add to the .env file. If the user is a citizen then configure the .env file as follows:-
Step 3: To run the application as citizen, then update the value of REACT_APP_USER_TYPE=CITIZEN.
Step 4: To point the frontend to different environment change the REACT_APP_GLOBAL,
and add the GlobalConfig environment file for that environment.
Update both REACT_APP_PROXY_API
and REACT_APP_PROXY_ASSETS
to the environment URL.
Initialise & Run The Application
Step 1: To initialise the Yarn execute the below command -
Step 2: Once the yarn initialization is successful execute the below command -
Step 3: Running this command will start the application.
Login As
There are two types of login -
Employee: If you log in as an employee, the below screen is displayed.
HomePage Employee: Once the employee is logged in, users are redirected to the employee home page.
HomePage Citizen: Once the citizens are logged in successfully, users are redirected to the citizen homepage.
HomePage Citizen
Last updated
Was this helpful?