create-graphback
v1.1.2
Published
Create production-ready GraphQL servers using Graphback
Readme
Graphback
Motivation
Provides a small command line utility that can be used to initialise a Graphback project. Graphback helps you to kickstart your experience with any existing GraphQL implementation by generating backend and client side CRUD layer using your GraphQL data model.
Documentation: https://graphback.dev
Repository: https://github.com/aerogear/graphback/
Usage
You can initialise a Graphback project by either of the following commands:
npx create-graphback my-projectnpm init graphback my-projectThe CLI will ask you to pick from one of a number of templates. Once chosen, the template will be downloaded to your computer.
Change into your project folder:
cd my-awesome-projectAnd follow the instructions in the README.md file to know how you can run the project.
