Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 359 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 359 Bytes

Relay Modern Typescript

Starter of Relay Modern with Typescript using Webpack on Web

Setup

  • Install dependencies
yarn install
  • Run relay-compiler to generate GraphQL artifacts (static queries)
yarn relay
  • Start web app
yarn start

Open web app at:

http://[::]:55555 (ipv6) or http://localhost:55555 (ipv4)