Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`