Skip to content

collinstommy/course-pal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstack

This directory contains a simple fullstack example based on graphql-yoga and create-react-app.

Get started

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages