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

https://github.com/krivega/users-list

:evergreen_tree: Implementation of an Users List in the infrastructure of react-graphql
https://github.com/krivega/users-list

apollo graphql react-router reactjs

Last synced: 3 months ago
JSON representation

:evergreen_tree: Implementation of an Users List in the infrastructure of react-graphql

Awesome Lists containing this project

README

          




Users List


Users List


Implementation of an Users List in the infrastructure of react-graphql.

### [Demo](http://users-list.krivega.com/)

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/Krivega/users-list.git

# Go into the repository
$ cd users-list

# Install dependencies
$ npm install

# Run the app
# Node server for api handling and client dev-server
$ npm start
```

## Deployment

```bash
# build to dir
$ npm run build
```