https://github.com/testinggospels/mountebank-ui
https://github.com/testinggospels/mountebank-ui
mocks mountebank mountebank-client service-virtualization stubbing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/testinggospels/mountebank-ui
- Owner: testinggospels
- License: mit
- Created: 2021-03-19T14:33:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T14:06:44.000Z (over 3 years ago)
- Last Synced: 2025-01-29T17:44:34.383Z (about 1 year ago)
- Topics: mocks, mountebank, mountebank-client, service-virtualization, stubbing
- Language: JavaScript
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mountebank UI
## Local Setup
- git clone `https://github.com/fauxauldrich/mountebank-ui.git`
- `cd mountebank-ui`
- `npm install`
- `npm install -g serve webpack tsc`
- Modify `ts/src/config.ts` in case Mountebank details differ from default values
- `MB_HOST`: default value -> localhost
- `MB_PORT`: default value -> 2525
- Run application in development mode using `npm start`
- Navigate to `http://localhost:5000/`
- To deploy in production
- Build using webpack: `npm run build`
- `npm install -g serve`
- `serve build/`
## Screenshots