graphql-relay-web icon indicating copy to clipboard operation
graphql-relay-web copied to clipboard

🦄 Front-end build with React, Relay and GraphQL

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

  • https://github.com/biantris/graphql-relay-web/projects/1

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/