Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 480 Bytes

Webpack + swagger-ui + swagger-ui-react

This repo serves as POC of integrating swagger-ui and swagger-ui-react with Webpack.

Project Setup

npm install

Compile and Minify for Production

npm run build:swagger-ui
npm run build:swagger-ui-react

Open swagger-ui.html and swagger-ui-react.html in you browser and you should see the SwaggerUI rendered.