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: over 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T14:33:13.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:37:49.047Z (over 1 year ago)
- Topics: graphql, react, relay, relay-hooks
- Language: TypeScript
- Homepage:
- Size: 5.26 MB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

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]

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