Skip to content

takeshape/jamstack-meetup-graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAMStack Meetup GraphQL Demo

Run the API

  • Open a new terminal tab run:
> cd api
> yarn install
> yarn start

Run the Client

  • Open a new terminal tab run:
> cd client
> yarn install
> yarn start