Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderlapygin/cra_rtl_msw_react-query
CRA starter with React Query and testing with RTL and MSW
https://github.com/alexanderlapygin/cra_rtl_msw_react-query
cra mock msw react react-query react-testing-library rtl softspiders ss testing ts typescript
Last synced: 3 days ago
JSON representation
CRA starter with React Query and testing with RTL and MSW
- Host: GitHub
- URL: https://github.com/alexanderlapygin/cra_rtl_msw_react-query
- Owner: AlexanderLapygin
- License: mit
- Created: 2022-01-06T09:36:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T06:33:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T02:07:33.670Z (about 2 months ago)
- Topics: cra, mock, msw, react, react-query, react-testing-library, rtl, softspiders, ss, testing, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRA starter with React Query and testing with RTL and MSW
## Feature tags
- create-react-app
- javascript
- mock-server-worker
- react
- react-query
- react-testing-library
- rest
- starter
- template
- testing---
## Direct ancestors
[***- msw, react-query, rest, rtl***: jest-starter](https://github.com/softspiders/jest-starter)
## Direct descendants
[***+ ts***: cra_ts_rtl_msw_react-query](https://github.com/AlexanderLapygin/cra_ts_rtl_msw_react-query)
---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
## Installation
Being in the repository root directory, run:
```sh
yarn
```## Running
Being in the repository root directory, run:
```sh
yarn start
```## Running test (in watch mode)
Being in the repository root directory, run:
```sh
yarn test
```## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
## Inspired by
[Develop and test React apps with React Query, MSW and React Testing Library (Dennis Kortsch)](https://www.denniskortsch.de/posts/msw-react-testing)
### License
Licensed under the [MIT license](./LICENSE).
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)