From 4dc966870dc4a86b79c1133dfe76b1c3ea47642e Mon Sep 17 00:00:00 2001 From: shockey Date: Wed, 31 May 2017 17:25:51 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c5a566..ba8db614 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,9 @@ Will start nginx with swagger-ui on port 80. If you just want to see your specs, open `dist/index.html` in your browser directly from your filesystem. -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`. + +If you'd like to rebuild the `/dist` folder with your codebase changes, run `npm run build`. ##### Browser support Swagger UI works in the latest versions of Chrome, Safari, Firefox, Edge and IE11.