ch1ffa / react-location-relay

An example for using react-location with relay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-location-relay example

This repository uses server example from graphql-workshop repo via submodule:

git clone https://github.com/ch1ffa/react-location-relay.git --recursive

To build server container:

docker build server/graphql-workshop/code/complete/GraphQL -t gql-workshop

To run server:

docker run -d -p 8080:80 gql-workshop

To run webapp:

cd webapp
pnpm i
pnpm relay
pnpm dev

or use any other package manager

About

An example for using react-location with relay


Languages

Language:TypeScript 98.1%Language:HTML 1.9%