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

https://github.com/nayounsang/msw-dev-tool

Dev tool to control mock logic, modify responses, and monitor API calls.
https://github.com/nayounsang/msw-dev-tool

dev-tools mock msw nextjs react testing zustand

Last synced: 6 months ago
JSON representation

Dev tool to control mock logic, modify responses, and monitor API calls.

Awesome Lists containing this project

README

          

# Greeting
- Thx for using this package:`msw-dev-tool`!
- This allows you more flexible and extensive API mocking with UI.
- This package is based on [msw](https://mswjs.io/) and [zustand](https://zustand.docs.pmnd.rs/).

# Docs
- [link](https://msw-dev-tool-docs.vercel.app/)

# Structure

This project uses pnpm workspaces.

| Project | Description |
| ---------------- | ----------------------------------------------------------------------------------------------------- |
| **example** | A sample project to develop and test `msw-dev-tool`. You need to build `msw-dev-tool` before testing. |
| **msw-dev-tool** | The source code of the library. |
| **docs** | The documentation of the library. |