Template project for building a React front end over the Swaggerhub API. This repository is intended as a starting point for those looking to develop a custom, swagger/OAS driven portal.
Documentation and full tutorial can be found at the links below:
An example of the site can be found at: https://empire-doc-portal.netlify.com/
clone repository
cd
npm install
npm start
In order to connect this to your own Swaggerhub repository, simply update the /src/organization_config.json file with your organization name, and other display information.