Make sure you have Node.js installed. Then execute following commands:
git clone git@github.com:mohsen1/swagger-docs.git
cd swagger-docs
npm startThis will open a browser with current development version of Swagger Docs
This project uses EcmaScript 6 for source files. Make sure you are familiar with it before starting to edit files. Pull requests that don't use ES6 where it's possible will get rejected.
gulporgulp buildto build an optimized version of your application in/distgulp serveto launch a browser sync server on your source filesgulp serve:distto launch a server on your optimized applicationgulp testto launch your unit tests with Karmagulp test:autoto launch your unit tests with Karma in watch modegulp protractorto launch your e2e tests with Protractorgulp protractor:distto launch your e2e tests with Protractor on the dist files