/graphql-apollo-react

Template for using GraphQL with React and NodeJS

Primary LanguageJavaScript

Simple example using GraphQL with Express/React

Start

Fill in the data in .env files

backend/.env

PORT=5000

frontend/.env

REACT_APP_BACKEND_URL=http://localhost:5000/graphql

Run

docker-compose up -d

Standard ports