GitXplorerGitXplorer
j

graphql-lab

public
0 stars
2 forks
97 issues

Commits

List of commits on branch master.
Verified
2f528923c05f5ae5be865e2fc5d0ff19684da607

Merge pull request #9 from jackvincentnz/localstate

jjackvincentnz committed 2 years ago
Unverified
6f4b37d111df5d9c638cc0f43b79b934bed3a35f

WIP changes for selection

committed 5 years ago
Unverified
a8e8656e5ffe1ffe27603195c6728f5770174a5a

Subscribes to activity updates

committed 5 years ago
Unverified
bc8a3f80d71deed39094dc1bc0da0cc3d61f5a67

Adds subscription and updates activities on add.

committed 5 years ago
Unverified
2648adb33e8067d9ac7a3773b7a335de1f314adc

Adds demo changes to delete activity.

committed 5 years ago
Unverified
4b34ecd80ccdb8cd2e7732599a100aecec3178b9

Readonly properties where relevant.

committed 5 years ago

README

The README file for this repository.

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start