Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-keystone-app
Advanced tools
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!
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
.
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.
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).
FAQs
Keystone helps you build faster and scale further than any other CMS or App Framework. Describe your schema, and get a powerful GraphQL API & beautiful Management UI for your content and data. No boilerplate or bootstrapping – just elegant
The npm package create-keystone-app receives a total of 145 weekly downloads. As such, create-keystone-app popularity was classified as not popular.
We found that create-keystone-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.