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

https://github.com/damassi/force-relay-architecture

Prototype of new Relay-based SSR app architecture for Force
https://github.com/damassi/force-relay-architecture

Last synced: 10 months ago
JSON representation

Prototype of new Relay-based SSR app architecture for Force

Awesome Lists containing this project

README

          

## Isomorphic Relay Modern + [Found Relay](https://github.com/4Catalyzer/found-relay)

Example lib demonstrating how to mount an Isomorphic Relay Modern app on top of Express and [`found-relay`](https://github.com/4Catalyzer/found-relay) router, including hot reloading on the client. Connects to Artsy's [GraphQL server](https://github.com/artsy/metaphysics).

### Setup

```bash
yarn install
yarn start

open http://localhost:5000
```