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.
- Host: GitHub
- URL: https://github.com/nayounsang/msw-dev-tool
- Owner: nayounsang
- Created: 2025-01-04T10:42:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:12:49.000Z (6 months ago)
- Last Synced: 2025-04-14T10:23:34.388Z (6 months ago)
- Topics: dev-tools, mock, msw, nextjs, react, testing, zustand
- Language: TypeScript
- Homepage: https://msw-dev-tool-docs.vercel.app/
- Size: 1.3 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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. |