When `git clone` -ing from github, `https` URLs are (as far as I know) functionally equivalent yet less error prone.
746 B
746 B
Setting up a dev environment
Swagger UI includes a development server that provides hot module reloading and unminified stack traces, for easier development.
Prerequisites
- Node.js
6.0.0or greater - npm
3.0.0or greater - git, any version
Steps
git clone https://github.com/swagger-api/swagger-ui.gitcd swagger-uinpm installnpm run dev- Wait a bit
- Open http://localhost:3200/
Bonus points
- Swagger UI includes an ESLint rule definition. If you use a
graphical editor, consider installing an ESLint plugin, which will point
out syntax and style errors for you as you code.
- The linter runs as part of the PR test sequence, so don’t think you can get away with not paying attention to it!