bjabu / strapi-starter-blog

Starter for creating a simple blog with Strapi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%