All Projects → strapi → strapi-starter-angular-blog

strapi / strapi-starter-angular-blog

Licence: MIT license
Strapi Starter Angular Blog

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Strapi Starter Angular Blog

Warning ⚠️

This starter relies on the strapi/strapi-legacy-blog repository, which is deprecated.

Angular starter for creating a blog with Strapi.

This starter allows you to try Strapi with Angular 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. Do not hesitate to add new features etc ...

You may want to know how to develop such a starter by your own! This starter is actually the result of this tutorial

screenshot image

Features

  • 2 Content types: Article, Category
  • 2 Created articles
  • 3 Created categories
  • Permissions set to true for article and category
  • Responsive design using UIkit

Pages:

  • "/" display every articles
  • "/article/:id" display one article
  • "/category/:id" display articles depending on the category

Getting started

Backend

See full instructions here

Frontend

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

Start the frontend server

# Using yarn
yarn install
yarn develop

# Using npm
npm install
npm run develop

Angular server is running here => http://localhost:4200

Enjoy this starter!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].