React openapi designer is a react based openapi designer that conforms to Openapi specifications
To quickly get started, you can go to https://codeasashu.github.io/react-openapi-designer/
You can create a new openapi spec from scratch, or you can just paste any existing yaml to import the spec and edit from the UI.
You can also build and host the repo as a static website. To do so, first build the project.
npm run buildThis will put the compiled files in dist/ directory. Upload everything in that
directory to a static hosting.
To start local development, clone this repo.
git clone https://github.com/codeasashu/react-openapi-designerThen, install npm modules
npm installand finally start dev server:
npm run dev