Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibelius/relay-modern-typescript

Relay Modern Typescript starter with Webpack
https://github.com/sibelius/relay-modern-typescript

relay-modern typescript webpack

Last synced: 19 days ago
JSON representation

Relay Modern Typescript starter with Webpack

Awesome Lists containing this project

README

        

## Relay Modern Typescript

Starter of Relay Modern with Typescript using Webpack on Web

### Setup

- Install dependencies
```bash
yarn install
```

- Run relay-compiler to generate GraphQL artifacts (static queries)
```bash
yarn relay
```

- Start web app
```bash
yarn start
```

Open web app at:

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