react-firebase-starter icon indicating copy to clipboard operation
react-firebase-starter copied to clipboard

Relay compiler --watch and yarn start

Open quolpr opened this issue 8 years ago • 0 comments

It is a little bit strange, that I need to run yarn relay on each iteration or run the watch process in another tab. So, I made such start command:

node ./setup && concurrently \"PORT=4000 react-scripts start\" \"relay-compiler --src ./src --schema ./src/schema.graphql --watch\"

Is this a good way? And should I create PR?

quolpr avatar Oct 06 '17 07:10 quolpr