Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 595 Bytes

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