https://github.com/vitalets/next-mock-rsc
https://github.com/vitalets/next-mock-rsc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitalets/next-mock-rsc
- Owner: vitalets
- Created: 2024-09-10T16:23:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T16:29:06.000Z (about 1 year ago)
- Last Synced: 2025-04-04T09:44:42.015Z (6 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of mocking RSC payload with MSW.
Run app:
```bash
npm i
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Run test:
```bash
npm run test
```