Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibelius/create-react-app-relay-modern
Create React App + Relay Modern
https://github.com/sibelius/create-react-app-relay-modern
create-react-app relay-modern
Last synced: 25 days ago
JSON representation
Create React App + Relay Modern
- Host: GitHub
- URL: https://github.com/sibelius/create-react-app-relay-modern
- Owner: sibelius
- Created: 2019-02-20T03:11:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T03:12:00.000Z (over 5 years ago)
- Last Synced: 2024-10-19T19:54:20.680Z (28 days ago)
- Topics: create-react-app, relay-modern
- Language: JavaScript
- Size: 175 KB
- Stars: 50
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create React App + Relay
Based on this https://facebook.github.io/create-react-app/docs/adding-relay
and this https://facebook.github.io/relay/docs/en/installation-and-setup.htmlThis uses babel-plugin-macro to enable babel-plugin-relay without ejecting from CRA
## To generate compiled queries artifacts
```bash
yarn relay
```## To run your app
```bash
yarn start
```