Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmnj/keystone5-nextjs-template
Keystone5 CMS + Netjs React application template for quickly setup blog / Ecommerce / Twitter clone app
https://github.com/devmnj/keystone5-nextjs-template
keystonejs-cms nextjs-boilerplate nextjs-template
Last synced: about 1 month ago
JSON representation
Keystone5 CMS + Netjs React application template for quickly setup blog / Ecommerce / Twitter clone app
- Host: GitHub
- URL: https://github.com/devmnj/keystone5-nextjs-template
- Owner: devmnj
- Created: 2021-09-21T14:21:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T15:19:04.000Z (over 3 years ago)
- Last Synced: 2024-11-15T23:27:09.184Z (3 months ago)
- Topics: keystonejs-cms, nextjs-boilerplate, nextjs-template
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Keystone CMS Template
Keystone CMS ready for Nextjs project
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Acknowledgments](#acknowledgement)This is Keystonejs 5 + Nextjs [React] project template for create blog/ecomerce project.
Keystone help us to build **API**, **Grtaphql** end points using Sqlite/MongoDB/Mysql datbase with ease and peace.
Clone the repo and run `napm install` on terminal for installing dependencies and peer dependencies.
### Run
CD into the project folder and execute the following command to start keystone CMS.> Explore the **package.jason** for more scripts
```bash
npm run start:dev
```This will run **Admin**, **Graphql** and **Nextjs app** at http://localhost:3000/admin, http://localhost:3000/admin/graphiql and http://localhost:3000 respectively
### PrerequisitesTo use this template you have to femiliar with React and Nextjs.
## 🎉 AcknowledgementsFor more help on React, Nextjs and Keystone CMS please visit my [blog](http://javascriptsu.wordpress.com)