8000 GitHub - simonpweller/realworld
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

simonpweller/realworld

Repository files navigation

This is a Next.js project bootstrapped with create-next-app. It implements a frontend for the RealWorld app / Conduit

Local set up

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.

Key technologies used

  • TypeScript
  • Next.js
  • swr for fetching and caching data
  • Mirage JS for mocking the backend
  • Cypress for testing

Demo

  • 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0