Skip to content

Latest commit

 

History

History

1-getting-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

About

This example is "borrowed" from the awesome urql repository here.

This example demonstrates a simple mst-gql project (without scaffolding set up)

Usage

0. install mst-gql dependencies (within the parent mst-gql directory)

yarn

1. Install dependencies (within this example's folder)

yarn

2. Start server

yarn start

3. Open browser

Navigate to example at http://localhost:3000/.