selfcare-onboarding-frontend
is the SelfCare onboarding flow which allows public administration and private individuals to subscribe to PagoPA products and access the reserved area.
In order to run the selfcare-onboarding-frontend
front-end locally you need the following tool installed on your machine.
Node.js 16
yarn 3
To test the webapp
locally:
- Install the project (if you haven't already). Run from the root folder the following commands.
# to install the dependencies
yarn install
2. **Run the Web App**. Run (from the root folder) the following command
```bash
yarn start
General informations
- template: Create React App, template with TypeScript
- Base components: MUI Material-UI
- Specifical components: MUI Italia (library created by PagoPA)
- Routing: React Router DOM
- API Call: Axios