Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1 KB

README.md

File metadata and controls

31 lines (23 loc) · 1 KB
hackday Archived Repository
The code of this repository was written during a Hack Day by a Marmelab developer. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation.
This code is not intended to be used in production, and is not maintained.

GraphQL-example

An example code structure for a GraphQL-powered mobile app in full-stack JavaScript. Contains client and server code. Architecture and code explained in the Dive into Graphql series.

Installation

npm install

Run the server

npm start

Run tests

npm test