Skip to content

Commit 2bc6c45

Browse files
authored
Merge branch 'master' into ft/dev-server-watch
2 parents 1280abe + 01124b0 commit 2bc6c45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Will start nginx with swagger-ui on port 80.
4141

4242
If you just want to see your specs, open `dist/index.html` in your browser directly from your filesystem.
4343

44-
If you'd like to make modifications to the codebase, run the dev server with: `npm run dev`.
44+
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`.
4547

4648
##### Browser support
4749
Swagger UI works in the latest versions of Chrome, Safari, Firefox, Edge and IE11.

0 commit comments

Comments
 (0)