This directory contains a simple fullstack example based on graphql-yoga
and create-react-app
.
Clone the repository:
git clone https://github.com/graphcool/graphql-yoga.git
cd graphql-yoga/examples/fullstack
Install dependencies and start the server
:
cd server
yarn install # or npm install
yarn start # or npm start
Install dependencies and start the frontend
:
cd ../frontend
yarn install # or npm install
yarn start # or npm start
Open your browser at http://localhost:3000.