An open API service indexing awesome lists of open source software.

https://github.com/testinggospels/wiremock-ui


https://github.com/testinggospels/wiremock-ui

mock-server mocks service-virtualization stubbing wiremock wiremock-ui

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wiremock UI

## Local Setup

- git clone `https://github.com/fauxauldrich/wiremock-ui.git`
- `cd wiremock-ui`
- `npm install`
- `npm install -g serve webpack tsc`
- Modify `ts/src/config.ts` in case Wiremock details differ from default values
- `WIREMOCK_HOST`: default value -> localhost
- `WIREMOCK_PORT`: default value -> 8080
- Run application in development mode using `npm start`
- Navigate to `http://localhost:5000/`
- To deploy in production
- Build using webpack: `npm run wp`
- `npm install -g serve`
- `serve build/`

## Screenshots
1
2