Files
swisssign-challenge-ui/README.md
2025-01-31 08:08:15 +01:00

22 lines
659 B
Markdown

# SwisssignChallengeUi
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4.
## Development server
To start a local development server, run:
```bash
# force is needed for Tailwind
npm i --force
ng serve
```
## Generate code after API changes
When the API is changed, the client source code must be regenerated.
1. Install the CLI `npm install -g @openapitools/openapi-generator-cli`
1. Download the latest OpenAPI spec file from the API repository. **Please don't commit it!**
1. Run `openapi-generator-cli generate -i [path_to_openapi.yml] -g typescript-angular -o src/gen/`. **Commit those changes**