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

https://github.com/petetnt/cra-pr-3909-poc

PoC for CRA PR #3909
https://github.com/petetnt/cra-pr-3909-poc

Last synced: about 2 months ago
JSON representation

PoC for CRA PR #3909

Awesome Lists containing this project

README

        

# create-react-app graphql loader test

See PR #XXXX

- [x] Can import .gql and .graphql files
- [x] Works with Apollo
- [ ] Works with Relay Modern

# Running

Install dependencies

```bash
yarn
```

Start app and GraphQL miniserver

```bash
yarn start-all
```

Build app

```bash
yarn build
```

Run production build on `localhost`

```bash
yarn start-prod
```