https://github.com/stepzen-dev/starter
https://github.com/stepzen-dev/starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stepzen-dev/starter
- Owner: stepzen-dev
- License: mit
- Created: 2021-09-01T19:02:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T19:05:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T20:15:08.840Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://stepzen.com)
1. Install the cli: `npm install -g stepzen`
1. Login with your [account credentials](https://stepzen.com/account): `stepzen login`
1. Clone this repo, make changes, and then...
1. Type `stepzen start` and 🚀!