Hoverfly is developed by SpectoLabs and used to virtualize services. This project adds a neat UI interface for working with the server.
For now, the UI is available within hoverfly from our fork and we do our best to keep it up-to-date.
To prepare the dev environment, first thing is to install dependencies:
$ yarn install
Then all you need to do is to start it via simple command:
$ yarn start
It starts a webpack server on port 4200
.
Since it uses Hoverfly API, the hoverfly itself has to be started, for example:
$ hoverfly -webserver -dev
# or run with auth
$ hoverlfy -webserver -dev -auth -username admin -password admin
There's also a special command to run the linter:
$ yarn lint
Follow CONTRIBUTING.md and CODE_OF_CONDUCT.md.