Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Keystone Examples

👋 Welcome to the Keystone Example Projects – a collection of projects that demonstrate how to use Keystone.

You'll find two types of examples —

  1. Feature examples

These are standalone keystone examples that demonstrate specific use cases and can usually be deployed to codesandbox with a single click to take a quick peek at the demo.

  1. E2E examples

These examples showcase how Keystone works with other tools and frameworks and usually have a separate frontend and keystone setup that need to run simultaneously for the example to work.

Feature Examples

E2E Examples

  • none yet

Note: Some current feature examples are E2E examples with keystone and next in the same dir. We're gonna update them soon.

Running examples

In your CLI

To run an example, clone this repo and run the following commands:

yarn
cd examples/<name>
yarn dev

If everything works 🤞 the GraphQL Server and Admin UI will start on localhost:3000. See the README in each example for more specific details.

In CodeSandbox

You can also run our examples from your web browser using the free CodeSandbox service. Just look for the "Try it out in CodeSandbox 🧪" heading in each example project’s README (example).

Getting in touch

If you have trouble running these examples, or find a bug, please open an issue and tag it with the examples tag on GitHub.

Otherwise if you want to ask questions or have a chat with us, join us in Slack!

Follow @KeystoneJS on Twitter for updates.