Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.57 KB

Front end source code - csrs portal

This directory contains application source code for the csrser portal.

Project Structure

├── csrs-portal                        # Contains csrs portal source code.

Apps

Name Description Doc
csrs-portal csrs portal README

1.) Set environment variables(.env)file using template shown in .env.template

2.) Running application locally enter following command in Bash:

Pre-requisites:

  • Make sure you have Yarn and NPM CLI working

After fullfiling all the pre-requisites enter the command:

yarn install

then

yarn start

3.) Running application services via docker:

Pre-requisites:

  • Install Docker Hub on Desktop
  • Install Docker CLI
  • Verify Docker Daemon is up and running in the backend

After fullfiling all the pre-requisites enter the command:

docker-compose up --build

4.) Upon successful completion trying launching each of the services in the browser. There might be some problems opening the front end service with ZScaler. Try Enabling/Disabling. Also recommended browser to test is Microsoft Edge. There may be difficulties in Google Chrome.

5.) If (there is error ) An unhandled exception occurred: Call retries were exceeded See /tmp/ng-5vKGPg/angular-errors.log for further details. error Command failed with exit code 127.

Increase Docker memory from Docker Hub