Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nu0ma/nextjs-app-with-openapi
MSW + aspida + testing-library + Chakra UI + React-Query
https://github.com/nu0ma/nextjs-app-with-openapi
msw nextjs openapi react-query testing typescript
Last synced: 29 days ago
JSON representation
MSW + aspida + testing-library + Chakra UI + React-Query
- Host: GitHub
- URL: https://github.com/nu0ma/nextjs-app-with-openapi
- Owner: nu0ma
- Created: 2021-10-01T08:58:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T07:00:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T02:26:12.609Z (about 1 month ago)
- Topics: msw, nextjs, openapi, react-query, testing, typescript
- Language: TypeScript
- Homepage: https://react-traigning-with-openapi-aspida-msw.vercel.app/
- Size: 631 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nextjs application based on openapi
> MSW + aspida + testing-library + Chakra UI + React-Query Example
# Setup
```
yarn
npx openapi2aspida -i schema/api.json // Create API client
json-server --watch ./Backend/db.json -p 3000 // Starting the Fake Server (using json-server)
yarn dev
```## Test
`yarn test`