0.11.0 • Published 7 years ago

generator-graphql-server v0.11.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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