Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-api-config-fe
Frontend for configuration of Nodo dei Pagamenti
https://github.com/pagopa/pagopa-api-config-fe
pagopa-apiconfig
Last synced: about 20 hours ago
JSON representation
Frontend for configuration of Nodo dei Pagamenti
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-api-config-fe
- Owner: pagopa
- Created: 2021-10-08T13:42:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T11:26:56.000Z (13 days ago)
- Last Synced: 2025-01-23T12:24:56.355Z (13 days ago)
- Topics: pagopa-apiconfig
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# API Config - FrontEnd
The project is useful to create and verify some configuration for the pagoPA platform.
## Prerequisites
- Install [yarn](https://classic.yarnpkg.com/en/docs/getting-started)
- Install lib dependencies## Available Scripts
In the project directory, you can run:
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
### `yarn generate`
It generates the client API scripts able to interact with the backend APIs according to its Swagger.\
See [here](https://github.com/pagopa/pagopa-api-config/blob/main/openapi/swagger.json) for more details about.- On MacOSX use `macosx:generate:api` script.
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\
It should be something like the following image![](./doc/screenshot.png)
The page will reload if you make edits and you will also see any lint errors in the console.
### `yarn test`
Launches the test created using [Jest](https://jestjs.io/).