Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 390 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 390 Bytes

About

This example is a twttier clone that uses mst-gql.

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