Start Swagger Editor Locally
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: https://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: https://localhost:8000/
References
This post is licensed under CC BY 4.0 by the author.