📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2015-11-18 23:18:51 +02:00
build Add reflect-metadata as external dependency 2015-11-03 01:12:08 +02:00
demo update parameters design 2015-11-17 01:12:42 +02:00
lib Add injecting orig ref while dereferencing 2015-11-18 23:18:51 +02:00
.gitignore Support for html and css in separate files 2015-10-03 12:50:35 +03:00
.travis.yml Update travis.ci config 2015-11-14 17:46:39 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json Update angular to the last alpha 2015-11-16 23:16:35 +02:00
README.md Update readme with license badge 2015-11-16 01:30:26 +02:00
system.config.js Update angular to the last alpha 2015-11-16 23:16:35 +02:00

ReDoc

travis-ci-status license-badge

Swagger-generated API Reference Documentation

Under development Live demo

Running locally

  1. Clone repository git clone https://github.com/Rebilly/ReDoc.git
  2. Go to the project folder cd ReDoc
  3. Install node modules npm install
  4. (optional) Replace demo/swagger.json with your own schema
  5. Start the server npm start
  6. Open http://localhost:9000