This commit is contained in:
ilMattion 2018-01-21 19:58:03 +00:00 committed by GitHub
commit c17a26c8cf

View File

@ -182,6 +182,8 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
- Install dependencies - Install dependencies
`npm install` `npm install`
- _(optional)_ Replace `demo/swagger.yaml` with your own schema - _(optional)_ Replace `demo/swagger.yaml` with your own schema
- Build
`npm run build:module`
- Start the server - Start the server
`npm start` `npm start`
- Open `http://localhost:9000` - Open `http://localhost:9000`