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: 15 days ago
JSON representation
🦄 Front-end build with React, Relay and GraphQL
- Host: GitHub
- URL: https://github.com/biantris/graphql-relay-web
- Owner: biantris
- Created: 2022-05-28T14:51:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T09:01:18.000Z (6 months ago)
- Last Synced: 2024-05-01T13:28:39.691Z (6 months ago)
- Topics: graphql, react, relay, relay-hooks
- Language: TypeScript
- Homepage:
- Size: 5.39 MB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
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🚧 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/