Build a `create-keystone-app` package
See original GitHub issueThen our getting started guide can be:
$ npx create-keystone-app my-app
# or
$ yarn create keystone-app my-app
$ cd my-app
$ npm start
🎉
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Getting started - Keystone 6 Documentation - KeystoneJS
create -keystone-app is a CLI app that makes it easier for you initiate a Keystone project. It generates some files for you and...
Read more >keystonejs/create-keystone-app - GitHub
This starter-kit will get you up and running with a new Keystone project in just a few minutes. Run one of the following...
Read more >create-keystone-app - npm
Latest version: 9.0.0, last published: 7 days ago. Start using create-keystone-app in your project by running `npm i create-keystone-app`.
Read more >Building an e-commerce app with Keystone - OpenReplay Blog
This tutorial will show how to set up and build a simple e-commerce application using a headless CMS— Keystone JS, an open-source API-driven ......
Read more >create-keystone-app-master-repo - npm package - Snyk
Learn more about create-keystone-app-master-repo: package health score, popularity, security, maintenance, versions and more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A suggestion from @mitchellhamilton: Check that
mongo
is installed and suggest the user to install it withbrew install mongo
if on OSX.👆 This can be after the initial version, but would be nice to help folks just getting started.
cool, I will work on this.