This commit is contained in:
amanganiello 2016-09-22 09:13:29 +02:00
parent 6cc525e594
commit c1f1944cae
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
```bash
npm run build:sass
```
- _(optional)_ Replace `demo/swagger.json` with your own schema
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
- Start the server
`npm start`
- Open `http://localhost:9000`

View File

@ -83,7 +83,7 @@
"tslint": "^3.15.0-dev.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^2.0.2",
"webpack": "^2.1.0-beta.21",
"webpack": "^2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.2"
},
"dependencies": {