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
- Host: GitHub
- URL: https://github.com/testinggospels/wiremock-ui
- Owner: testinggospels
- License: mit
- Created: 2021-03-19T14:41:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T15:50:27.000Z (about 5 years ago)
- Last Synced: 2025-01-29T17:44:34.240Z (about 1 year ago)
- Topics: mock-server, mocks, service-virtualization, stubbing, wiremock, wiremock-ui
- Language: JavaScript
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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