Back to Keystone

Keystone Example - E2E Boilerplate Keystone

examples/framework-nextjs-two-servers/keystone-server/README.md

2026-03-19656 B
Original Source

Keystone Example - E2E Boilerplate Keystone

E2E example boilerplate code for the Keystone server.

Running the example

  1. Install dependencies
shell
pnpm
  1. Start the server
shell
pnpm dev

If everything works 🤞 the GraphQL Server and Admin UI will start on localhost:3000,

Try it out in CodeSandbox 🧪

You can play with this example online in codesandbox.io service. To launch this example, open the URL https://githubbox.com/keystonejs/keystone/tree/main/examples/framework-nextjs-two-servers/keystone-server. You can also fork this sandbox to make your own changes.