Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 567 Bytes

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/.