https://github.com/willopez/reaction-relay
https://github.com/willopez/reaction-relay
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/willopez/reaction-relay
- Owner: willopez
- Created: 2018-03-26T18:38:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T18:42:43.000Z (about 8 years ago)
- Last Synced: 2025-11-24T03:12:13.531Z (7 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reaction with Relay Modern
## How to use
Install it:
```bash
npm install
```
Download schema introspection data from configured Relay endpoint
```bash
npm run schema
```
Run Relay ahead-of-time compilation (should be re-run after any edits to components that query data with Relay)
```bash
npm run relay
```
Run the project
```bash
npm run dev -- -p 4000
```