Posts Start Swagger Editor Locally
Post
Cancel

Start Swagger Editor Locally

Swagger offers

Swagger Editor

Run following script to start Swagger Editor locally. Download code from Github

1
2
3
git clone https://github.com/swagger-api/swagger-editor.git
cd swagger-editor
python3 -m http.server

Access the swagger editor at: http://localhost:8000/

Swagger UI

Run following script to start Swagger UI locally. Download code from Github

1
2
3
git clone https://github.com/swagger-api/swagger-ui.git
cd swagger-ui/dist
python3 -m http.server

Access the swagger editor at: http://localhost:8000/

References

This post is licensed under CC BY 4.0 by the author.