GitXplorerGitXplorer
b

graphql-relay-web

public
20 stars
1 forks
16 issues

Commits

List of commits on branch main.
Verified
7b676ddd2e51f8a2fa3b999318ce73ea389dde31

build(deps-dev): bump @types/node from 22.10.6 to 22.10.7 (#1325)

ddependabot[bot] committed 2 days ago
Verified
e7272047f9edec355baa9afd1a50ad4abb6b9928

build(deps): bump @mui/icons-material from 6.3.1 to 6.4.0 (#1326)

ddependabot[bot] committed 2 days ago
Verified
71106461033e700dfb3333148e26927d1eb6cb40

build(deps-dev): bump @testing-library/user-event from 14.5.2 to 14.6.0 (#1327)

ddependabot[bot] committed 2 days ago
Verified
5bf7bf6610cc6c16cd1388700f42bbfb8c59c10f

build(deps): bump @mui/material from 6.3.1 to 6.4.0 (#1323)

ddependabot[bot] committed 3 days ago
Verified
e664a0fdcad4653d3e27cf00a7327db1cfce2ebb

build(deps): bump @mui/styles from 6.3.1 to 6.4.0 (#1324)

ddependabot[bot] committed 3 days ago
Verified
af4bfb4d2b378d8cb1766c5a4a524621bb6e7d87

build(deps-dev): bump @types/node from 22.10.5 to 22.10.6 (#1322)

ddependabot[bot] committed 4 days ago

README

The README file for this repository.

image

graphql-relay-web

Website built with React, Relay and GraphQL

Tests Passing follow on Twitter

🚧 WIP 🚧

Note See Back-end project koa-server

Stack

  • [x] React
  • [ ] Storybook
  • [x] Relay
  • [x] Relay hooks
  • [x] Jest
  • [x] Testing Library

Project architecture

[wip]

Getting Started

  • Set up the server repository (note: it needs to be running together with the frontend)
  • Clone this repo
# install dependencies
yarn
# or
yarn install

# copy .env file
cp .env.example .env

# start project
yarn dev

# see on localhost link
http://localhost:8000

to-do

demo

[wip] image

contributions

Feel free to contribute to this project, if you find any bugs or improvements, open an issue and send a PR about it \o/