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

https://github.com/willopez/reaction-relay


https://github.com/willopez/reaction-relay

Last synced: 14 days ago
JSON representation

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
```