https://github.com/gustavocd/rtkq-msw
App example about testing http calls using RTK Query and msw
https://github.com/gustavocd/rtkq-msw
msw redux-toolkit
Last synced: 4 months ago
JSON representation
App example about testing http calls using RTK Query and msw
- Host: GitHub
- URL: https://github.com/gustavocd/rtkq-msw
- Owner: gustavocd
- Created: 2022-11-12T15:32:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T00:39:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T03:22:11.672Z (6 months ago)
- Topics: msw, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTK Query + msw 
App example about testing `http` calls using `RTK Query` and `msw`.
## Install dependencies
```bash
make deps
```## Running the app
```bash
make dev
```Go to http://localhost:5173/
## Running the tests
```bash
make test
```