This package has been deprecated

Author message:

All packages in the @keystone-alpha namespace are now available in the @keystonejs namespace, starting at version 5.0.0. To upgrade, update package.json to point to "@keystonejs/core": "^5.0.0" and update any require/import statements in your code.

@keystone-alpha/core

2.0.4 • Public • Published

section: packages title: Core

Core

TODO
const keystoneServer = require('@keystone-alpha/core');

keystoneServer.prepare({ port: 3000 })
  .then(({ server, keystone }) => {
    server.app.get('/', (req, res) => {
      res.end('Hello world');
    });
    return server.start();
  })
  .catch(error => {
    console.error(error);
  });

/@keystone-alpha/core/

    Package Sidebar

    Install

    npm i @keystone-alpha/core

    Weekly Downloads

    1

    Version

    2.0.4

    License

    MIT

    Unpacked Size

    18.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • emmatown
    • jedwatson
    • molomby