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
- Host: GitHub
- URL: https://github.com/krivega/users-list
- Owner: Krivega
- Created: 2017-12-25T14:36:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T12:10:25.000Z (over 8 years ago)
- Last Synced: 2025-02-08T17:42:36.689Z (over 1 year ago)
- Topics: apollo, graphql, react-router, reactjs
- Language: JavaScript
- Homepage: http://users-list.krivega.com/
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```