Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/biantris/graphql-relay-web

🦄 Front-end build with React, Relay and GraphQL
https://github.com/biantris/graphql-relay-web

graphql react relay relay-hooks

Last synced: 16 days ago
JSON representation

🦄 Front-end build with React, Relay and GraphQL

Lists

README

        

![image](https://user-images.githubusercontent.com/65451957/170831574-d80bac25-d618-47e4-bc1f-2afddc8b6f94.png)


graphql-relay-web


Website built with React, Relay and GraphQL



Tests Passing


follow on Twitter

🚧 WIP 🚧

> **Note**
> See Back-end project [koa-server](https://github.com/biantris/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](https://github.com/biantris/koa-server) (note: it needs to be running together with the frontend)
- Clone this repo
```sh
# 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](https://user-images.githubusercontent.com/65451957/172068496-9fee36c3-a423-4653-bd80-e13395529adc.png)

## 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/