generator-graphql-serverdeprecated

GraphQL Starter Kit built with Node.js, JavaScript (ES2015+ via Babel) and PostgreSQL

Usage no npm install needed!

<script type="module">
  import generatorGraphqlServer from 'https://cdn.skypack.dev/generator-graphql-server';
</script>

README

generator-graphql-server NPM version Build Status Dependency Status Coverage percentage

Yeoman generator based on GraphQL Starter Kit — a project template for authoring GraphQL applications with Node.js 6+ and JavaScript (ES2017+ via Babel).

Installation

First, install Yeoman and generator-graphql-server using npm (we assume you have pre-installed Node.js 6+ and Yarn).

npm install -g yo
npm install -g generator-graphql-server

Then generate your new project:

mkdir api.example.com
cd api.example.com
yo graphql-server

Then you can launch your GraphQL server by running npm start.

For more information visit https://github.com/kriasoft/graphql-starter-kit

Related Projects

Support

License

Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.


Made with ♥ by Konstantin Tarkus (@koistya) and contributors