Skip to content

gigincg/strapi-starter-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi Starter Blog

Strapi starter for creating a blog with Strapi.

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

Deployment

To deploy this Strapi instance you'll need:

Once you have created these accounts you can deploy your instance by clicking on this button

Deploy

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

Install dependencies and start the server

# Using yarn
yarn install
yarn develop

# Using npm
npm install
npm run develop

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

Enjoy this starter

About

Starter for creating a simple blog with Strapi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%