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
- Host: GitHub
- URL: https://github.com/damassi/force-relay-architecture
- Owner: damassi
- License: mit
- Created: 2018-05-24T00:16:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T23:56:48.000Z (about 8 years ago)
- Last Synced: 2025-02-07T12:36:53.410Z (over 1 year ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```