https://github.com/albaitas/react-graphql-apollo
This is a web applications project written using Create React App, React with GraphQL Apollo Client and Apollo GraphQL server.
https://github.com/albaitas/react-graphql-apollo
apollo-client apollo-server graphql react-hooks react-icons reactjs
Last synced: 4 months ago
JSON representation
This is a web applications project written using Create React App, React with GraphQL Apollo Client and Apollo GraphQL server.
- Host: GitHub
- URL: https://github.com/albaitas/react-graphql-apollo
- Owner: albaitas
- Created: 2024-02-02T08:59:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T09:03:07.000Z (over 1 year ago)
- Last Synced: 2024-12-28T14:29:56.275Z (5 months ago)
- Topics: apollo-client, apollo-server, graphql, react-hooks, react-icons, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-graphql-apollo
This is a web applications project written using Create React App, React with GraphQL Apollo Client and Apollo GraphQL server.
## Features
- Query: todos
- Mutation: addTodo, removeTodo, toggleTodo, updateTodo
- Cache.modify
- Cache.readQuery
- Cache.writeQuery
- Cache.writeFragment
- Tablet and mobile friendly## Build with
- React Js, Css
- React Hooks
- React Icons
- GraphQL
- Apollo Client
- Apollo Server## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://github.com/albaitas/react-graphql-apollo.git`**
Install apollo-server and react-app dependencies:
**`npm install`**
Runs the apollo-server in the development mode:
**`cd server`**
**`npm start`**Runs the react-app in the development mode:
**`npm start`**