New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-keystone-app

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-keystone-app

Create minimal Keystone 5 app

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
171
decreased by-24.67%
Maintainers
1
Weekly downloads
 
Created
Source

Starter Project - Todo List

This is the todo list - the simplest implementation of Keystone. The todo list allows you to see what the minimum requirements are for running Keystone. It has no fancy extras and only one list - easy peasy!

Running the Project.

To run this project, all you need to do is run yarn within the project root to install all required packages, then run yarn start to begin running this Keystone app.

Once running, the Keystone Admin UI is reachable from localhost:3000/admin. To see an example React app using Keystone's GraphQl APIs, head to localhost:3000.

React App

The one 'extra' that this project includes is an example React App that consumes the data from Keystone via GraphQl. The app uses React's UMD build and is housed within the /public directory. It allows you to see how easy it is to create an app that can use Keystone's GraphQL APIs.

Custom Server

This project includes a Custom Server in server.js. It is used to serve the react app only. If you wish to run Keystone as an API & AdminUI only, you can safely delete server.js (and the /public directory).

Keywords

FAQs

Package last updated on 12 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc