Skip to content

sshyam-gupta/TODO-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO app with React & GraphQL Server

Requirements

You will need Node.js and yarn 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

Server