openapi-ui
openapi-ui copied to clipboard
React based OpenAPI 3.0+ documentation generator
OpenAPI UI
This is a React based single page app which renders documentation from a valid OpenAPI 3.0.0-RC0 document.
NOTE
This project was experimental and is not being actively maintained.
Getting started
Project setup
Install project dependencies:
npm install
Run development server
npm start
Run linter
npm run lint
Create production build
npm run build