An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Persons List

![example](/public/example.gif)

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
```