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
- Host: GitHub
- URL: https://github.com/petetnt/cra-pr-3909-poc
- Owner: petetnt
- Created: 2018-01-23T20:58:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T21:00:08.000Z (over 7 years ago)
- Last Synced: 2025-02-05T01:32:43.149Z (4 months ago)
- Language: JavaScript
- Homepage: https://github.com/facebook/create-react-app/pull/3909
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```