npm install -g graphql-cli
npm run-script start:all
- Fetch graphql.schema from
localhost:4000/graphql
- Run relay compiler on downloaded schema
- Start relay over /src files and watch over them
- Open your browser with index.html page
- Use npx
create-react-app
for bootstrap app and configure Babel/Webpack/PostCSS - Custom script
create_react_app__babel_relay.js
insertsbabel-plugin-relay
into dependency plugins ofcreate-react-app
- Use package.json > scripts >
prestart/prebuild/pretest
for run custom script before any other commands of bootstraped app
More detailed: https://hackernoon.com/using-create-react-app-with-relay-modern-989c078fa892