https://github.com/atumv/persons-list
Simple React list application built using Apollo and GraphQL.
https://github.com/atumv/persons-list
apollo-client apollo-server graphql react
Last synced: 2 months ago
JSON representation
Simple React list application built using Apollo and GraphQL.
- Host: GitHub
- URL: https://github.com/atumv/persons-list
- Owner: atumv
- Created: 2021-12-25T13:52:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T10:25:34.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:33:41.190Z (3 months ago)
- Topics: apollo-client, apollo-server, graphql, react
- Language: JavaScript
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persons List

A simple list application, built with following packages:
- [`react`](https://www.npmjs.com/package/react)
- [`graphql`](https://www.npmjs.com/package/graphql)
- [`@apollo/client`](https://www.npmjs.com/package/@apollo/client)
- [`apollo-server`](https://www.npmjs.com/package/apollo-server)## Running
You can start the app easily with the next shortcut:
```sh
git clone https://github.com/atumv/persons-list.git && cd persons-list && npm i && npm start
```