All Projects → OlegIlyenko → graphql-toolbox

OlegIlyenko / graphql-toolbox

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

Programming Languages

javascript
184084 projects - #8 most used programming language
scala
5932 projects
CSS
56736 projects
HTML
75241 projects

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].