Skip to content

npalm/graphql-js-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL demo service

Simple JavaScript GraphQL project to play around with Apollo.

Build and Run

yarn

yarn && yarn start

Open en browser on http://localhost:8080/graphiql, for play around with GraphiQL

Docker

Build the docker image

docker build -t js-demo .

Start the container

docker run -it --rm -p 8081:8080 js-demo

Open en browser on http://localhost:8081/graphiql, for play around with GraphiQL

About

GraphQL JavaScript demo based on Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published