Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 659 Bytes

StepZen Starter

Overview

This is an empty StepZen api project repository. It's useful because it has:

  • an index.graphql file ready to add *.graphql files to
  • a sample config.yaml
  • a .gitignore with config.yaml set so you don't accidentally check in secrets
  • a sample.graphql file with commented out types and queries using various directives and options

Usage

  1. Sign up for a StepZen account: StepZen.com
  2. Install the cli: npm install -g stepzen
  3. Login with your account credentials: stepzen login
  4. Clone this repo, make changes, and then...
  5. Type stepzen start and 🚀!