https://github.com/sshyam-gupta/todo-graphql
React GraphQL for TODO app
https://github.com/sshyam-gupta/todo-graphql
apollo-client graphql-client graphql-express-nodejs graphql-server react
Last synced: about 2 months ago
JSON representation
React GraphQL for TODO app
- Host: GitHub
- URL: https://github.com/sshyam-gupta/todo-graphql
- Owner: sshyam-gupta
- Created: 2018-07-06T13:14:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:22:12.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T05:43:28.657Z (over 1 year ago)
- Topics: apollo-client, graphql-client, graphql-express-nodejs, graphql-server, react
- Language: JavaScript
- Homepage: https://react-todo-graphql.surge.sh/
- Size: 255 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO app with React & GraphQL Server
## Requirements
You will need [Node.js](https://nodejs.org/en/download/) and [yarn](https://yarnpkg.com/lang/en/docs/install) installed on your environment.
---
### INSTALL Client and Server
$ git clone https://github.com/sshyam-gupta/TODO-GraphQL.git
$ cd TODO-GraphQL
$ cd client && yarn install
$ cd server && yarn install
### START Client and Server
$ cd client && yarn start
$ cd server && yarn start
---
### Demo
[Client](https://react-todo-graphql.surge.sh)
[Server](https://react-graphql-express.herokuapp.com/)