OlegIlyenko / graphql-toolbox

GraphQL Toolbox - a set of GraphQL tools to help with GraphQL server and client development.

Home Page:http://toolbox.sangria-graphql.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Toolbox

A set of GraphQL tools to help with GraphQL server and client development.

Getting Started

The prerequisites are SBT, Java 8, npm.

In order to run the server locally you need to execute following commands:

$ npm install
$ sbt run

This will run the Play app in a dev mode which means that it will pick up all of the changes to a source code (this also includes resources managed by webpack).

About

GraphQL Toolbox - a set of GraphQL tools to help with GraphQL server and client development.

http://toolbox.sangria-graphql.org

License:Other


Languages

Language:JavaScript 52.1%Language:Scala 30.3%Language:CSS 10.8%Language:HTML 6.7%