Skip to content

adr1enbe4udou1n/react-ts-realworld-example-app

Repository files navigation

RealWorld Example App

The frontend side React 18 codebase containing realworld example that adheres to the RealWorld spec and API. Written fully in Typescript.

CI

This codebase was created to demonstrate a fully fledged frontend application built with last version of React that adhere to the conduit API specification.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

See my works for my personal Backend & Frontend RealWorld apps collection.

Usage

Backend API

You should have locally a valid API backend that adheres to realworld spec. Check all my backend repos for plenty of choices (ASPNET, SpringBoot, NestJS, FastAPI, Laravel, Symfony). You can also use existing remote API.

Run app

Create a .env.local file with a valid backend URL, then :

pnpm i
pnpm dev

And that's all, go to http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages