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

Latest commit

 

History

History
29 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 574 Bytes

Vazco GraphQL workshop

This repository contains a boilerplate project for the Vazco GraphQL workshop.

Usage

Prerequisites

  • Node
  • npm

Installation

Run npm ci

Starting the app

A one-liner

Run npm start

In case of any trouble use the second method

Starting each app independently

Run:

  • npm run start:client to start the client app
  • npm run start:server to start the server app
  • npm run watch:server to start the server watcher

Additional information

The API being used during the workshop: https://pokeapi.co/docs/v2.html