This is a Next.js project bootstrapped with create-next-app
.
It implements a frontend for the RealWorld app / Conduit
Create a service worker (only needed once) with
npx msw init public/
Run the development server with
npm run dev
Open http://localhost:3000 with your browser to see the result.
- TypeScript
- Next.js
- swr for fetching and caching data
- Mirage JS for mocking the backend
- Cypress for testing
- the current state of main is deployed to Vercel
- note
- the deployed version (production mode) will send requests to the public demo api https://conduit.productionready.io/api
- running locally (development mode), requests will be intercepted by Mirage JS and mocked