Skip to content

Brand new UI for hoverfly made with react.

License

Notifications You must be signed in to change notification settings

woodwo/hoverfly-ui

 
 

Repository files navigation

Hoverfly UI

Hoverfly is developed by SpectoLabs and used to virtualize services. This project adds a neat UI interface for working with the server.

How does it look?

Dashboard Simulations Simulation Settings

Usage

For now, the UI is available within hoverfly from our fork and we do our best to keep it up-to-date.

Development

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

Contributing

Follow CONTRIBUTING.md and CODE_OF_CONDUCT.md.

About

Brand new UI for hoverfly made with react.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • JavaScript 17.4%
  • CSS 12.6%
  • HTML 0.1%