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

vazco/graphql-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GraphQL workshop project boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published