Starter of Relay Modern with Typescript using Webpack on Web
- 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)