create-react-app-relay-modern icon indicating copy to clipboard operation
create-react-app-relay-modern copied to clipboard

Create React App + Relay Modern

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.html

This uses babel-plugin-macro to enable babel-plugin-relay without ejecting from CRA

To generate compiled queries artifacts

yarn relay 

To run your app

yarn start