generator-graphql-server
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 yonpm install -g generator-graphql-server
Then generate your new project:
mkdir api.example.comcd api.example.comyo 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
- GraphQL.js — The JavaScript reference implementation for GraphQL
- React Starter Kit — Isomorphic web app boilerplate (React, Node.js, Babel, Webpack, CSS Modules)
- React Static Boilerplate — Single-page application (SPA) starter kit (React, Redux, Webpack, Firebase)
- Membership Database — SQL schema boilerplate for user accounts, profiles, roles, and auth claims
Support
- #react-starter-kit on Stack Overflow — Questions and answers
- #react-starter-kit on Gitter — Watch announcements, share ideas and feedback
- GitHub Issues — Check open issues, send feature requests
- @koistya on Codementor or HackHands — Private consulting
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