This is the starting kit for using creat-react-app and apollo-react together on server-side.
yarn installfor installing dependencies
Currently we use the endpoint created at Codesandbox. It goes down if it's not in use, that means you have to run it again by opening that sandbox if you want to start the project.
yarn start:devfor running the development server (without SSR support)
yarn buildfor preparing a production version of the applicationyarn startfor running the production server (with SSR support)
This package support deploying on Heroku, so just deploy it as described in docs