Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
/ strapi-legacy-blog Public archive

Starter for creating a simple blog with Strapi.

Notifications You must be signed in to change notification settings

strapi/strapi-legacy-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi Starter Blog

Strapi starter for creating a blog with Strapi.

This starter contains the content types and configuration to get you up and running with a simple blog.

Features

  • 2 Collection types: Article, Category
  • 2 Created articles
  • 2 Created categories
  • Permissions set to true for article and category

Getting started

Clone the repository and install dependencies:

git clone https://github.com/strapi/strapi-starter-blog.git
cd strapi-starter-blog

Then run the Strapi server:

# Using yarn
yarn install
yarn develop

# Using npm
npm install
npm run develop

The Strapi server is running here => http://localhost:1337

About

Starter for creating a simple blog with Strapi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published