Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 565 Bytes

frontend.md

File metadata and controls

28 lines (19 loc) · 565 Bytes

Frontend Development

To take part in the development of the frontend application you need to install nodejs with yarn package manager.

OpenAPI rendering

docker run -p 80:8080 -e SWAGGER_JSON=/docs/openapi.yml -v (pwd):/docs swaggerapi/swagger-ui
npx redoc-cli serve --watch docs/openapi.yml

Generate API docs

Generate API documentation in HTML format

npx redoc-cli bundle -o docs/dist/index.html docs/openapi.yml

Mock server

prism mock docs/openapi.yml