Strapi Starter Next Blog
Next starter for creating a blog with Strapi.

This Strapi starter allows you to try Strapi with Next with the example of a simple blog. It is fully customizable and due to the fact that it is open-source, fully open to contributions. So do not hesitate to add new features and report bugs!
Features
- 2 Content types: Article, Category
- 2 Created articles
- 3 Created categories
- Responsive design using UIkit
Pages:
- "/" to display every article
- "/article/:id" to display one article
- "/category/:id" display articles depending on the category
Getting Started
The easiest way to try this starter is to use the create-strapi-starter CLI.
# Using Yarn
yarn create strapi-starter my-project next-blog
# Using NPM
npx create-strapi-starter my-project next-blog
The CLI will create the monororepo, my-project , with a frontend folder for your Next.js application and a backend folder for your Strapi application. It will install all dependencies and launch the development servers automatically.
The Next server will be running here => http://localhost:3000
The Strapi server will be running here => http://localhost:1337
Enjoy this starter!
Get started with Strapi by creating a project using a starter or trying our live demo. Also, consult our forum if you have any questions. We will be there to help you.
See you soon!






