https://github.com/alexanderlapygin/cra_ts_react-query_rtl_msw_openapi-backend
CRA-in-TS starter with React Query and opanapi-backend and testing with RTL, MSW
https://github.com/alexanderlapygin/cra_ts_react-query_rtl_msw_openapi-backend
backend cra frontend msw openapi react rest rtl softspiders ss starter template test ts
Last synced: 24 days ago
JSON representation
CRA-in-TS starter with React Query and opanapi-backend and testing with RTL, MSW
- Host: GitHub
- URL: https://github.com/alexanderlapygin/cra_ts_react-query_rtl_msw_openapi-backend
- Owner: AlexanderLapygin
- License: mit
- Created: 2022-01-08T05:54:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T02:07:51.000Z (over 3 years ago)
- Last Synced: 2025-02-15T03:14:41.530Z (3 months ago)
- Topics: backend, cra, frontend, msw, openapi, react, rest, rtl, softspiders, ss, starter, template, test, ts
- Language: TypeScript
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UNDER DEVELOPMENT
# CRA-in-TS starter with React Query and opanapi-backend and testing with RTL, MSW
## Feature tags
- create-react-app
- mock-server-worker
- openapi-backend
- react
- react-query
- react-testing-library
- rest
- starter
- template
- testing
- typescript---
## Direct ancestors
[***-openapi-backend***: cra_rtl_msw_react-query](https://github.com/AlexanderLapygin/cra_ts_rtl_msw_react-query)
[***-react, react-query, react-testing-library, testing***: express_openapi-backend](https://github.com/AlexanderLapygin/express_openapi-backend)---
## 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)
- [Testing React With Jest and OpenAPI mocks (Viljami Kuosmanen)](https://dev.to/epilot/testing-react-with-jest-and-openapi-mocks-8gc)### License
Licensed under the [MIT license](./LICENSE).
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)