Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.03 KB

MockServer Browser Admin

This SPA admin page is for a tiny tool for controlling mockserver-node expectations, you can easily create, update, delete, read the active expectations of your target mock server with host and port.

Since this admin page is really a simple demo for using the mockserver browser api, if this does not really match your needs, welcome to fork and update to your favorite style and features.

Default MockServer Client version is "5.15.0", you can find and change the version in index.html.

Tech

Made with React + TS + TailwindCSS + CodeMirror

Install

$ npm install

Bundle

$ npm run build

Preview

$ npm run preview

This preview feature will run up Vite's default preview page, if you want to serve the bundle on your own server, since this is all SPA static files, just upload the dist folder or serve the dist with your static server.

Author

  • 2023/09/27 made by JohnnyWang with ❤️