https://github.com/jimmymcbride/full-stack-react-graphql
A full stack application for react and graphql
https://github.com/jimmymcbride/full-stack-react-graphql
Last synced: 3 months ago
JSON representation
A full stack application for react and graphql
- Host: GitHub
- URL: https://github.com/jimmymcbride/full-stack-react-graphql
- Owner: JimmyMcBride
- License: mit
- Created: 2020-02-11T19:07:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T18:31:11.000Z (over 5 years ago)
- Last Synced: 2025-01-15T13:10:11.380Z (5 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# full-stack-react-graphql
A beginners guide to creating a full stack application for react and graphql
## Installation
#### Step 1: Clone the repo to your computer.
**HTTP**
`git clone https://github.com/JimmyMcBride/full-stack-react-graphql.git`**SSH**
`git clone [email protected]:JimmyMcBride/full-stack-react-graphql.git`#### Step 2: Install npm packages
`cd api && yarn`
Then:
`cd client && yarn`
## Guide
The `api` folder has a detailed readme for setting up the backend and the `client` folder has a detailed readme for setting up GQL on the font end. Go inside those folders and check out the code and experiment on your own! There's so much more to this that just setting everything up! Enjoy! 🔥