Skip to content
KeystoneJS LogoKeystoneJS
👋🏻 Keystone 5 has officially moved to maintenance only. For the latest release of Keystone please visit the Keystone website.

KeystoneJS Blank Starter Template

You've created a KeystoneJS project! This project contains an AdminUI and GraphQL App.

You probably want to add Lists, Authentication, Access control and a front-end application.

Running the Project.

To run this project first run npm install. Note: If you generated this project via the Keystone cli step this has been done for you \o/.

Once running the Keystone Admin UI is reachable via: localhost:3000/admin.

Next steps

This example has no front-end application but you can build your own using the GraphQL API (http://localhost:3000/admin/graphiql).

On this page

  • Running the Project.
  • Next steps
Edit on GitHub