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
- Host: GitHub
- URL: https://github.com/xounder/angular-blog
- Owner: Xounder
- Created: 2024-09-13T04:19:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:07:40.000Z (over 1 year ago)
- Last Synced: 2025-02-07T04:19:40.207Z (over 1 year ago)
- Topics: angular, blog, layout, single-page-app, typescript
- Language: TypeScript
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buletin Blog
A blog created with **Angular** framework
## Home Page:

## Content Page:

## 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)