0.11.0 • Published 10 years ago

generator-graphql-server v0.11.0

Weekly downloads
6
License
MIT
Repository
github
Last release
10 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

0.11.0

10 years ago

0.10.0

10 years ago

0.9.0

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago