Skip to content

pagopa/arc-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pagopa-arc-fe

About The Project

this project contains a FE of the area reserved for citizens. It allows you to consult open debt positions and consult the history of those already paid. It also allows the payment of open positions without manual data entry.

Built With

Getting Started

Prerequisites

In order to build and run this project are required:

Configuration

The table below describes all the Environment variables needed by the application.

Variable name Description type
APIHOST api service host url
ENV environment id "LOCAL", "DEV", "UAT", "PROD"
ASSISTANCE_LINK Link for assistance page url
ENTITIES_LOGO_CDN cdn link for logos url
LOGIN_URL Link for login button url

Installation

  1. Clone the repo
    git clone https://github.com/pagopa/pagopa-arc-fe.git
  2. Install node packages
    yarn install
  3. Build
    yarn build

Usage

In order to run the application on a local dev server with mock API responses:

  yarn dev

the application is available at http://localhost:1234

This project uses storybook. In order to run the storybook local server:

  yarn storybook

the application is available at http://localhost:6006