An open API service indexing awesome lists of open source software.

https://github.com/xounder/angular-blog

Blog layout using Angular
https://github.com/xounder/angular-blog

angular blog layout single-page-app typescript

Last synced: 2 months ago
JSON representation

Blog layout using Angular

Awesome Lists containing this project

README

          

# Buletin Blog

A blog created with **Angular** framework

## Home Page:

![HomePage](idea/buletin-blog.png)

## Content Page:

![ContentPage](idea/buletin-blog2.png)

## Components

Base components were used to create the pages:

- Large Card

- Small Card

- Menu bar

- Welcome card

A ***fake repository (dataFake)*** was used to dynamically insert content into the content page

## How to Run

Insert these comands in comand line

- `npm install` -> _Installs the project dependencies_

- `ng serve` -> _Starts the Angular application in a development server_

If you want Angular to open automatically in the browser, use:

- `ng serve --open`

>[!NOTE]
>
>Layout used to create the blog available [here](idea)