https://github.com/strapi/strapi-legacy-blog
Starter for creating a simple blog with Strapi.
https://github.com/strapi/strapi-legacy-blog
Last synced: 10 months ago
JSON representation
Starter for creating a simple blog with Strapi.
- Host: GitHub
- URL: https://github.com/strapi/strapi-legacy-blog
- Owner: strapi
- Archived: true
- Created: 2020-06-25T12:06:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:41:33.000Z (almost 4 years ago)
- Last Synced: 2024-02-24T20:33:17.072Z (over 2 years ago)
- Language: JavaScript
- Size: 3.8 MB
- Stars: 96
- Watchers: 8
- Forks: 67
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/strapi/strapi-starter-blog.git
cd strapi-starter-blog
```
Then run the Strapi server:
```bash
# Using yarn
yarn install
yarn develop
# Using npm
npm install
npm run develop
```
The Strapi server is running here => [http://localhost:1337](http://localhost:1337)