Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sibelius/relay-modern-typescript
- Owner: sibelius
- Created: 2019-02-21T01:54:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T17:19:46.000Z (over 3 years ago)
- Last Synced: 2024-10-19T19:54:22.324Z (22 days ago)
- Topics: relay-modern, typescript, webpack
- Language: TypeScript
- Size: 308 KB
- Stars: 41
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)