https://github.com/noud/react-apollo-blog
React Apollo Blog consuming GraphQL Lighthouse Laravel
https://github.com/noud/react-apollo-blog
Last synced: 11 months ago
JSON representation
React Apollo Blog consuming GraphQL Lighthouse Laravel
- Host: GitHub
- URL: https://github.com/noud/react-apollo-blog
- Owner: noud
- Created: 2019-09-08T20:53:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:07:59.000Z (over 3 years ago)
- Last Synced: 2025-01-30T15:28:10.961Z (over 1 year ago)
- Language: JavaScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL blog with React & Apollo Client
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
For an overview of how things work in `React` please refer to the [React docs](https://reactjs.org/docs/hello-world.html)
## Server
This project connects to [Lighthouse Tutorial](https://github.com/noud/lighthouse-tutorial)
## How to start
```
git clone https://github.com/noud/react-apollo-blog.git && yarn && yarn start
```