We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65a4f9a + 4dc9668 commit 01124b0Copy full SHA for 01124b0
README.md
@@ -41,7 +41,9 @@ Will start nginx with swagger-ui on port 80.
41
42
If you just want to see your specs, open `dist/index.html` in your browser directly from your filesystem.
43
44
-If you'd like to make modifications to the codebase, run the dev server with: `npm run dev`.
+If you'd like to make modifications to the codebase, run the dev server with: `npm run dev`. A development server will open on `3200`.
45
+
46
+If you'd like to rebuild the `/dist` folder with your codebase changes, run `npm run build`.
47
48
##### Browser support
49
Swagger UI works in the latest versions of Chrome, Safari, Firefox, Edge and IE11.
0 commit comments